StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StMuFstUtil.h
1 #ifndef StMuFstUtil_h
2 #define StMuFstUtil_h
3 
4 #include <TObject.h>
5 #include <map>
6 
10 class StMuDst;
11 class StFstHit;
12 class StFstRawHit;
13 
14 
15 class StMuFstUtil : public TObject
16 {
17 public:
18  StMuFstUtil();
19  ~StMuFstUtil();
23  void fillFst(StFstHitCollection*,StMuFstCollection*);
24 
25 
26 private:
27 
30 
32  void fillFstHits(StFstHitCollection*, StMuFstCollection*);
33 
34  ClassDef(StMuFstUtil,1)
35 };
36 
37 #endif