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