Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FDC_c_branch.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: FDC_c_branch.h.h
4 // Created: Tue March 25 2014
5 // Creator: staylor
6 //
7 
8 #ifndef _FDC_c_branch_
9 #define _FDC_c_branch_
10 
11 #include <TObject.h>
12 #include <TVector3.h>
13 
14 
15 class FDC_c_branch:public TObject{
16 
17  public:
18 
19  float dU;
20  float dPhiU;
21  float dV;
22  float dPhiV;
23  int layer;
24  int N;
25 
26  private:
28 
29 };
30 
31 #endif // _FDC_c_branch_
32 
ClassDef(FDC_c_branch, 1)