66 int trayIndex()
const;
67 int moduleIndex()
const;
68 int cellIndex()
const;
70 int cellCollIndex()
const;
71 float timeOfFlight()
const;
72 float pathLength()
const;
76 const StTrack* associatedTrack()
const;
78 float tofExpectedAsElectron()
const;
79 float tofExpectedAsPion()
const;
80 float tofExpectedAsKaon()
const;
81 float tofExpectedAsProton()
const;
83 float sigmaElectron()
const;
84 float sigmaPion()
const;
85 float sigmaKaon()
const;
86 float sigmaProton()
const;
91 void setTrayIndex(
int);
92 void setModuleIndex(
int);
93 void setCellIndex(
int);
94 void setCellCollIndex(
int);
95 void setDaqIndex(
int);
96 void setTimeOfFlight(
float);
97 void setPathLength(
float);
99 void setAssociatedTrack(
StTrack*);
100 void setTofExpectedAsElectron(
float);
101 void setTofExpectedAsPion(
float);
102 void setTofExpectedAsKaon(
float);
103 void setTofExpectedAsProton(
float);
104 void setSigmaElectron(
float);
105 void setSigmaPion(
float);
106 void setSigmaKaon(
float);
107 void setSigmaProton(
float);
110 StDetectorId detector()
const;
117 Int_t mCellCollIndex;
118 Float_t mTimeOfFlight;
127 Float_t mTOFExpectedAsElectron;
128 Float_t mTOFExpectedAsPion;
129 Float_t mTOFExpectedAsKaon;
130 Float_t mTOFExpectedAsProton;
131 Float_t mSigmaElectron;
134 Float_t mSigmaProton;
140 inline StDetectorId StTofHit::detector()
const {
return static_cast<StDetectorId
>(StHit::bits(0, 4));}