StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StTofpSlatData.h
1 
8 /* -------------------------------------------------------------------------
9  * $Log: StTofpSlatData.h,v $
10  * Revision 1.2 2003/12/04 06:54:08 geurts
11  * introduced variables relevant to TOFp flow analysis
12  * * trackId, px and py
13  * * xvtx and yvtx
14  *
15  * Revision 1.1 2003/08/07 23:55:47 geurts
16  * first release
17  *
18  *
19  * -------------------------------------------------------------------------
20  */
21 #ifndef STTOFPSLATDATA_H
22 #define STTOFPSLATDATA_H
23  struct StTofpSlatData {
24  Int_t run, evt, trgword;
25  Float_t magfield, ctbsum, zdcsum, xvtx, yvtx, zvtx, zvtxchi2;
26  Int_t refmult;
27  Int_t nprimary;
28  Float_t meanpt;
29  Float_t tdcstart;
30  Int_t te1, te2, te3, tw1, tw2, tw3;
31  Int_t ae1, ae2, ae3, aw1, aw2, aw3;
32  Int_t slat, tdc, adc, hitprof, matchflag;
33  Float_t zhit;
34  Float_t zhitinner, zhitouter;
35  Float_t ss, theta_xy, theta_zr;
36  Int_t trackId;
37  Int_t ntrackpoints, nfitpoints;
38  Float_t r_last, chi2;
39  Float_t s, p, pt, px, py, pz, eta;
40  Float_t dedx;
41  Int_t dedx_np;
42  Float_t cherang;
43  Int_t cherang_nph;
44  };
45 #endif
Structure for TOFp Slat TTree.