StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
tofHitTree.h
1 struct TOFHITTREE {
2  int runId;
3  int evtId;
4  float vz;
5  int mult;
6  int neast;
7  int nwest;
8  int module;
9  int cell;
10  float tot;
11  float tof;
12  float L;
13  float beta;
14  float localY;
15  float localZ;
16  float deltaY;
17  float m2;
18  int trkId;
19  int nHitsFit;
20  float pt;
21  float eta;
22  float phi;
23  float dca;
24  float dEdx;
25  float nSigmaPi;
26  float nSigmaK;
27  float nSigmaP;
28  float nSigmaE;
29  float nSigmaMu;
30  float nSigmaTofPi;
31  float nSigmaTofK;
32  float nSigmaTofP;
33  float nSigmaTofE;
34 };
35 TOFHITTREE mTofHit;
Definition: tof.h:15