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