|
int | trkId () const |
|
int | gId () const |
|
void | setTrkId (Int_t) |
|
void | setGId (Int_t) |
|
int | trayIndex () const |
|
int | moduleIndex () const |
|
int | cellIndex () const |
|
int | daqIndex () const |
|
int | cellCollIndex () const |
|
float | timeOfFlight () const |
|
float | pathLength () const |
|
float | beta () const |
|
StTrack * | associatedTrack () |
|
const StTrack * | associatedTrack () const |
|
float | tofExpectedAsElectron () const |
|
float | tofExpectedAsPion () const |
|
float | tofExpectedAsKaon () const |
|
float | tofExpectedAsProton () const |
|
float | sigmaElectron () const |
|
float | sigmaPion () const |
|
float | sigmaKaon () const |
|
float | sigmaProton () const |
|
StParticleDefinition * | particleHypothesis () |
|
const StParticleDefinition * | particleHypothesis () const |
|
void | setTrayIndex (int) |
|
void | setModuleIndex (int) |
|
void | setCellIndex (int) |
|
void | setCellCollIndex (int) |
|
void | setDaqIndex (int) |
|
void | setTimeOfFlight (float) |
|
void | setPathLength (float) |
|
void | setBeta (float) |
|
void | setAssociatedTrack (StTrack *) |
|
void | setTofExpectedAsElectron (float) |
|
void | setTofExpectedAsPion (float) |
|
void | setTofExpectedAsKaon (float) |
|
void | setTofExpectedAsProton (float) |
|
void | setSigmaElectron (float) |
|
void | setSigmaPion (float) |
|
void | setSigmaKaon (float) |
|
void | setSigmaProton (float) |
|
void | setParticleHypothesis (StParticleDefinition *) |
|
StDetectorId | detector () const |
|
| StHit (const StThreeVectorF &position, const StThreeVectorF &errors, unsigned int hardware, float charge, unsigned char trakRefCount=0, int idTruth=0, unsigned short quality=0, unsigned short id=0) |
|
int | operator== (const StHit &) const |
|
int | operator!= (const StHit &) const |
|
float | charge () const |
|
unsigned int | trackReferenceCount () const |
|
unsigned int | flag () const |
|
StThreeVectorF | positionError () const |
|
StMatrixF | covariantMatrix () const |
|
int | usedInFit () const |
|
int | idTruth () const |
|
int | qaTruth () const |
|
int | id () const |
|
const StHit * | nextHit () const |
|
unsigned int | hardwarePosition () const |
|
void | setCharge (float) |
|
void | setFlag (unsigned short val) |
|
void | setFitFlag (unsigned char) |
|
void | setTrackReferenceCount (unsigned char) |
|
void | setHardwarePosition (unsigned int) |
|
void | setPositionError (const StThreeVectorF &) |
|
void | setId (int Id) |
|
void | setIdTruth (int idtru, int qatru=0) |
|
void | SetNextHit (StHit *next=0) |
|
virtual void | Print (Option_t *option="") const |
|
| StMeasuredPoint (const StThreeVectorF &) |
|
int | operator== (const StMeasuredPoint &) const |
|
int | operator!= (const StMeasuredPoint &) const |
|
virtual const StThreeVectorF & | position () const |
|
virtual void | setPosition (const StThreeVectorF &) |
|
| 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 |
|
- Author
- Wei-Ming Zhang, April 2001
Definition at line 40 of file StTofMCHit.h.