26 #ifndef StBTofCollection_hh
27 #define StBTofCollection_hh
30 #include "StContainers.h"
32 #include "StBTofHeader.h"
33 #include "StBTofHit.h"
34 #include "StBTofRawHit.h"
44 const StSPtrVecBTofHit& tofHits()
const;
45 StSPtrVecBTofHit& tofHits();
47 const StSPtrVecBTofRawHit& tofRawHits()
const;
48 StSPtrVecBTofRawHit& tofRawHits();
55 bool hitsPresent()
const;
56 bool rawHitsPresent()
const;
61 StSPtrVecBTofHit mBTofHits;
62 StSPtrVecBTofRawHit mBTofRawHits;