Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
track_hists/dchit.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: dchit.h
4 // Created: Tues. Feb. 5, 2008
5 // Creator: davidl
6 //
7 
8 #ifndef _dchit_
9 #define _dchit_
10 
11 #include <TObject.h>
12 #include <TVector3.h>
13 
14 
15 class dchit:public TObject{
16 
17  public:
18  uint64_t eventnumber;
19  int wire;
20  int layer;
21  float t;
22  float tof;
23  float doca;
24  float resi;
25  float u;
26  float u_pseudo;
27  float u_lorentz;
28  float resic;
29  float trk_chisq;
30  float trk_Ndof;
31  int LRis_correct;
32  int LRfit;
33  TVector3 pos_doca;
34  TVector3 pos_wire;
35 
36  private:
37  ClassDef(dchit,1);
38 
39 };
40 
41 #endif // _dchit_
42 
ClassDef(dchit, 1)
TVector3 pos_doca
uint64_t eventnumber
TVector3 pos_wire