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