Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FCALMCComparison.h
Go to the documentation of this file.
1 //
2 // File: FCALMCComparison.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 _FCALMCComparison_
8 #define _FCALMCComparison_
9 
10 #include <TObject.h>
11 
12 class FCALMCComparison : public TObject{
13 
14  public:
15 
18 
19  // Data members
20  float dTrueX;
21  float dTrueY;
22  float dTrueZ;
23  float dTrueE;
24  float dTrueT;
25 
26  float dDeltaX;
27  float dDeltaY;
28  float dDeltaZ;
29  float dDeltaE;
30  float dDeltaT;
31 
37 
39 
40  private:
42 
43 };
44 
45 #endif // _FCALMCComparison_
ClassDef(FCALMCComparison, 1)