Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BCALMCComparison.h
Go to the documentation of this file.
1 //
2 // File: BCALMCComparison.h
3 // Created: Thu Oct 29 09:49:51 EDT 2009
4 // Creator: davidl (on Darwin Amelia.local 9.8.0 i386)
5 //
6 
7 #ifndef _BCALMCComparison_
8 #define _BCALMCComparison_
9 
10 #include <TObject.h>
11 
12 class BCALMCComparison : public TObject{
13 
14  public:
15 
18 
19  // Data members
20  float dTrueR;
21  float dTrueZ;
22  float dTruePhi;
23  float dTrueE;
24  float dTrueT;
25 
26  float dDeltaR;
27  float dDeltaZ;
28  float dDeltaPhi;
29  float dDeltaE;
30  float dDeltaT;
31 
37 
39 
40  private:
42 
43 };
44 
45 #endif // _BCALMCComparison_
ClassDef(BCALMCComparison, 1)