Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dc_alignment/FDC_branch.h
Go to the documentation of this file.
1 // $Id$
2 //
3 // File: FDC_branch.h.h
4 // Created: Mon Dec 17 2007
5 // Creator: davidl
6 //
7 
8 #ifndef _FDC_branch_
9 #define _FDC_branch_
10 
11 #include <TObject.h>
12 #include <TVector3.h>
13 
14 
15 class FDC_branch:public TObject{
16 
17  public:
18 
19  float dX;
20  float dPhi;
21  int layer;
22  int N;
23 
24  private:
26 
27 };
28 
29 #endif // _FDC_branch_
30 
ClassDef(FDC_branch, 1)