33 #ifndef ST_BTOF_HIT_COLLECTION_H
34 #define ST_BTOF_HIT_COLLECTION_H
41 typedef std::vector<StBTofHit*> hitVector;
StBTofHit * front() const
Returns the first element of the vector.
StBTofHitCollection()
Default constructor.
StBTofHit * back() const
Returns the last element of the vector.
bool push_back(StBTofHit *hit)
Add a StBTofHit into the vector.
size_t size() const
Returns the size of the collection vector.
StBTofHit * getHit(size_t index) const
Returns a BTofRawHit at index in the vector.