StRoot
1
|
#include <StBTofCollection.h>
Public Member Functions | |
unsigned int | numberOfVpdEast () const |
unsigned int | numberOfVpdWest () const |
unsigned int | vpdEast () const |
unsigned int | vpdWest () const |
float | tstart () const |
float | tdiff () const |
float | vzVpd () const |
void | setVpdEast (unsigned int) |
void | setVpdWest (unsigned int) |
void | setTstart (float) |
void | setTdiff (float) |
void | setVzVpd (float) |
const StSPtrVecTofCell & | tofCells () const |
StSPtrVecTofCell & | tofCells () |
const StSPtrVecTofSlat & | tofSlats () const |
StSPtrVecTofSlat & | tofSlats () |
const StSPtrVecTofHit & | tofHits () const |
StSPtrVecTofHit & | tofHits () |
const StSPtrVecTofData & | tofData () const |
StSPtrVecTofData & | tofData () |
const StSPtrVecTofRawData & | tofRawData () const |
StSPtrVecTofRawData & | tofRawData () |
void | addSlat (const StTofSlat *) |
void | addCell (const StTofCell *) |
void | addHit (const StTofHit *) |
void | addData (const StTofData *) |
void | addRawData (const StTofRawData *) |
bool | cellsPresent () const |
bool | slatsPresent () const |
bool | hitsPresent () const |
bool | dataPresent () const |
bool | rawdataPresent () const |
Public Member Functions inherited from StObject | |
StObject (const StObject &sto) | |
StObject & | operator= (const StObject &sto) |
virtual TObject * | clone () const |
Int_t | isZombie () const |
virtual void | makeZombie (int flg=1) |
UInt_t | Ztreamer (TBuffer &R__b) |
ClassDef (StObject, 3) static UInt_t fgTally | |
Definition at line 67 of file StTofCollection.h.