Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FDChit_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 _FDChit_branch_
9 #define _FDChit_branch_
10 
11 #include <TObject.h>
12 #include <TVector3.h>
13 
14 
15 class FDChit_branch:public TObject{
16 
17  public:
18 
19  int layer;
20  int module;
21  int element;
22  int plane;
23  int gPlane;
24  int gLayer;
25  float q;
26  float t;
27  float r;
28  int type;
29 
30  private:
32 
33 };
34 
35 #endif // _FDChit_branch_
36 
ClassDef(FDChit_branch, 1)