00001 #ifndef STAR_StTpcFastSimMaker
00002 #define STAR_StTpcFastSimMaker
00003
00005
00006
00007
00008
00009
00010
00011
00012
00014 #ifndef StMaker_H
00015 #include "StMaker.h"
00016 #endif
00017 class StMagUtilities;
00018
00019 class StTpcFastSimMaker : public StMaker {
00020 public:
00021 StTpcFastSimMaker(const char *name="tpc_hits") : StMaker(name){}
00022 virtual ~StTpcFastSimMaker() {}
00023 virtual Int_t Make();
00024 private:
00025 StMagUtilities* mExB;
00026 public:
00027 virtual const char *GetCVS() const
00028 {static const char cvs[]="Tag $Name: $ $Id: StTpcFastSimMaker.h,v 1.1 2009/11/10 21:15:33 fisyak Exp $ built "__DATE__" "__TIME__ ; return cvs;}
00029 ClassDef(StTpcFastSimMaker,0)
00030 };
00031
00032 #endif
00033
00034