StRoot
1
|
#include <StBTofHeader.h>
Public Types | |
enum | { MAXFIBER =4, MAXVPD =19, MAXVPDVZ =20 } |
Public Member Functions | |
short | fiberHeader (int fiberId) const |
unsigned int | fiberTriggerWord (int fiberId) const |
unsigned int | vpdHitPattern (StBeamDirection eastwest) const |
unsigned short | numberOfVpdHits (StBeamDirection eastwest) const |
bool | isVpdHit (StBeamDirection eastwest, int tubeId) const |
float | vpdVz (int rank=0) const |
double | tStart () const |
double | tStartError () const |
double | tDiff () const |
double | vpdTime (StBeamDirection eastwest, int tubeId) const |
unsigned int | triggerTime (int fiberId) const |
int | nTzero () const |
int | nTzeroCan () const |
double | tCanFirst () const |
double | tCanLast () const |
int | vpdEHits () const |
int | vpdWHits () const |
int | vpdEGoodHits () const |
int | vpdWGoodHits () const |
double | earliestVpdEHit () const |
double | earliestVpdWHit () const |
double | closestVpdEHit () const |
double | closestVpdWHit () const |
double | latestVpdEHit () const |
double | latestVpdWHit () const |
void | setFiberHeader (int fiberId, short val) |
void | setFiberTriggerWord (int fiberId, unsigned int val) |
void | setVpdHit (StBeamDirection eastwest, int tubeId) |
void | removeVpdHit (StBeamDirection eastwest, int tubeId) |
void | setVpdHitPattern (StBeamDirection eastwest, unsigned int val) |
void | setVpdVz (float vz, int rank=0) |
void | setTStart (double t) |
void | setTStartError (double t_err) |
void | setTDiff (double tdiff) |
void | setVpdTime (StBeamDirection eastwest, int tubeId, double t) |
void | setTriggerTime (unsigned int tdc, int fiberId) |
void | setNTzero (short n) |
void | setNTzeroCan (short nCan) |
void | setTCanFirst (double tFirst) |
void | setTCanLast (double tLast) |
void | setVpdEHits (short vpdEHits) |
void | setVpdWHits (short vpdWHits) |
void | setVpdEGoodHits (short vpdEGoodHits) |
void | setVpdWGoodHits (short vpdWGoodHits) |
void | setEarliestVpdEHit (double earliestVpdEHit) |
void | setEarliestVpdWHit (double earliestVpdWHit) |
void | setClosestVpdEHit (double closestVpdEHit) |
void | setClosestVpdWHit (double closestVpdWHit) |
void | setLatestVpdEHit (double latestVpdEHit) |
void | setLatestVpdWHit (double latestVpdWHit) |
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 43 of file StBTofHeader.h.