StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StMuTofUtil.h
1 #ifndef StMuTofUtil_h
2 #define StMuTofUtil_h
3 #include "TObject.h"
4 
6 class StEvent;
7 class StTofCollection;
8 
9 class StMuTofUtil : public TObject
10 {
11  protected:
12 
13  public:
14  StMuTofUtil();
15  ~StMuTofUtil();
16  StMuTofHitCollection* getMuTofHit(StTofCollection *);
17  void fillMuTofHit(StMuTofHitCollection*, StTofCollection*);
18 
19  ClassDef(StMuTofUtil,1)
20 };
21 
22 #endif
23 
24