Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cdc_hists/CDC_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 _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  TVector3 pos_truth;
20 
21  private:
23 
24 };
25 
26 #endif // _CDC_branch_
27 
ClassDef(CDC_branch, 1)