00001 #ifndef StMuTofUtil_h
00002 #define StMuTofUtil_h
00003 #include "TObject.h"
00004
00005 class StMuTofHitCollection;
00006 class StEvent;
00007 class StTofCollection;
00008
00009 class StMuTofUtil : public TObject
00010 {
00011 protected:
00012
00013 public:
00014 StMuTofUtil();
00015 ~StMuTofUtil();
00016 StMuTofHitCollection* getMuTofHit(StTofCollection *);
00017 void fillMuTofHit(StMuTofHitCollection*, StTofCollection*);
00018
00019 ClassDef(StMuTofUtil,1)
00020 };
00021
00022 #endif
00023
00024