StBTofHeader Class Reference
#include <StBTofHeader.h>
List of all members.
|
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 |
|
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) |
Protected Attributes |
|
Short_t | mFiberHeader [MAXFIBER] |
|
UInt_t | mFiberTriggerWord [MAXFIBER] |
|
UInt_t | mVpdHitPattern [2] |
|
Float_t | mVpdVz [MAXVPDVZ] |
|
Double_t | mTStart |
|
Double_t | mTStartErr |
|
Double_t | mTDiff |
|
Double_t | mVpdTime [2][MAXVPD] |
|
UInt_t | mTriggerTime [MAXFIBER] |
|
Short_t | mNTzero |
Detailed Description
- Author:
- Xin Dong, Nov 2008
Definition at line 40 of file StBTofHeader.h.
The documentation for this class was generated from the following files: