6 #include "StThreeVectorF.hh"
20 int trayIndex()
const;
21 int moduleIndex()
const;
22 int cellIndex()
const;
25 float timeOfFlight()
const;
26 float pathLength()
const;
29 int associatedTrackId()
const;
33 float tofExpectedAsElectron()
const;
34 float tofExpectedAsPion()
const;
35 float tofExpectedAsKaon()
const;
36 float tofExpectedAsProton()
const;
38 float sigmaElectron()
const;
39 float sigmaPion()
const;
40 float sigmaKaon()
const;
41 float sigmaProton()
const;
43 int particleHypothesis()
const;
49 void setTrayIndex(
int);
50 void setModuleIndex(
int);
51 void setCellIndex(
int);
52 void setDaqIndex(
int);
54 void setTimeOfFlight(
float);
55 void setPathLength(
float);
58 void setAssociatedTrackId(
int);
60 void settofExpectedAsElectron(
float);
61 void settofExpectedAsPion(
float);
62 void settofExpectedAsKaon(
float);
63 void settofExpectedAsProton(
float);
64 void setsigmaElectron(
float);
65 void setsigmaPion(
float);
66 void setsigmaKaon(
float);
67 void setsigmaProton(
float);
69 void setparticleHypothesis(
int);
79 Float_t mTimeOfFlight;
83 Int_t mAssociatedTrackId;
85 Float_t mTOFExpectedAsElectron;
86 Float_t mTOFExpectedAsPion;
87 Float_t mTOFExpectedAsKaon;
88 Float_t mTOFExpectedAsProton;
89 Float_t mSigmaElectron;
94 Int_t mParticleHypothesis;