33 #ifndef ST_BTOF_RAWHIT_COLLECTION_H
34 #define ST_BTOF_RAWHIT_COLLECTION_H
42 typedef std::vector<StBTofRawHit*> rawHitVector;
68 rawHitVector mHitVector;
size_t size() const
Returns the size of the collection vector.
StBTofRawHitCollection()
Default constructor.
StBTofRawHit * getRawHit(size_t index) const
Returns a BTofRawHit at index in the vector.
StBTofRawHit * front() const
Returns the first element of the vector.
StBTofRawHit * back() const
Returns the last element of the vector.
bool push_back(StBTofRawHit *hit)
Add a StBTofRawHit into the vector.