StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StFstHitMaker.h
1 #ifndef StFstHitMaker_hh
2 #define StFstHitMaker_hh
3 
4 #include "StMaker.h"
5 
6 class THashList;
7 
8 
15 class StFstHitMaker : public StMaker
16 {
17 public:
18 
19  StFstHitMaker( const char *name = "fst_hit" );
20  Int_t InitRun(Int_t runnumber);
21  Int_t Make();
22 
23 protected:
24 
25  THashList *mSensorTransforms;
26 
27  ClassDef(StFstHitMaker, 0);
28 };
29 
30 #endif
THashList * mSensorTransforms
A list of TGeo transformations for each FST sensor.
Definition: StFstHitMaker.h:25