00001 // -*- mode: c++;-*- 00002 // $Id: StCdfChargedJetEtCellFactory.h,v 1.2 2008/05/05 00:32:48 tai Exp $ 00003 #ifndef STCDFCHARGEDJETETCELLFACTORY_H 00004 #define STCDFCHARGEDJETETCELLFACTORY_H 00005 00006 #include "StJetEtCellFactory.h" 00007 00008 class StCdfChargedJetEtCellFactory : public StJetEtCellFactory { 00009 00010 public: 00011 StEtaPhiCell* create(double etaMin, double etaMax, double phiMin, double phiMax); 00012 00013 }; 00014 00015 #endif // STCDFCHARGEDJETETCELLFACTORY_H
1.5.9