Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CDChit_branch.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: FDChit_branch.h.h
4 // Created: Mon Dec 17 2007
5 // Creator: davidl
6 //
7 
8 #ifndef _CDChit_branch_
9 #define _CDChit_branch_
10 
11 #include <TObject.h>
12 #include <TVector3.h>
13 
14 
15 class CDChit_branch:public TObject{
16 
17  public:
18 
19  int ring;
20  int straw;
21  float q;
22  float dx;
23  float t;
24 
25  float pthrown; // taken from first DMCThrown object
26  int ncdchits; // number of cdc hits in the event
27  int ntothits; // number cdc+fdc hits in the event
28 
29  double resi_thrown;
30 
31  private:
33 
34 };
35 
36 #endif // _CDChit_branch_
37 
ClassDef(CDChit_branch, 1)
double resi_thrown
Definition: CDChit_branch.h:29