StRoot
1
|
#include <StBTofHitCollection.h>
Public Member Functions | |
StBTofHitCollection () | |
Default constructor. | |
bool | push_back (StBTofHit *hit) |
Add a StBTofHit into the vector. | |
size_t | size () const |
Returns the size of the collection vector. | |
StBTofHit * | front () const |
Returns the first element of the vector. | |
StBTofHit * | back () const |
Returns the last element of the vector. | |
StBTofHit * | getHit (size_t index) const |
Returns a BTofRawHit at index in the vector. | |
void | clear () |
Class used as a collection for BTofHit in StBTofCollection.
Definition at line 47 of file StBTofHitCollection.h.