00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef StMuBTofUtil_h
00021 #define StMuBTofUtil_h
00022 #include "TObject.h"
00023
00024 class StMuBTofHitCollection;
00025 class StEvent;
00026 class StBTofCollection;
00027
00028 class StMuBTofUtil : public TObject
00029 {
00030 protected:
00031
00032 public:
00033 StMuBTofUtil();
00034 ~StMuBTofUtil();
00035 StMuBTofHitCollection* getMuBTofHit(StBTofCollection *);
00036 void fillMuBTofHit(StMuBTofHitCollection*, StBTofCollection*);
00037
00038 ClassDef(StMuBTofUtil,1)
00039 };
00040
00041 #endif