Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ReconstructedHypothesis.h
Go to the documentation of this file.
1 //
2 // File: ReconstructedHypothesis.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 _ReconstructedHypothesis_
8 #define _ReconstructedHypothesis_
9 
10 #include <TObject.h>
11 #include <particleType.h>
12 #include <DLorentzVector.h>
13 
14 class ReconstructedHypothesis : public TObject{
15 
16  public:
17 
20 
21  // Data members
24  DLorentzVector dSpacetimeVertex; // vertex position in cm + vertex time in ns
25 
28 
31 
32  double dChiSq_DCdEdx;
34 
35  double dChiSq_Timing;
37 
40 
43 
44  private:
46 
47 };
48 
49 #endif // _ReconstructedHypothesis_
TLorentzVector DLorentzVector
ClassDef(ReconstructedHypothesis, 1)
Particle_t
Definition: particleType.h:12