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