#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 () |
Definition at line 35 of file StBTofRawHitCollection.h.
1.5.9