Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MCReconstructionStatus.h
Go to the documentation of this file.
1 //
2 // File: MCReconstructionStatus.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 _MCReconstructionStatus_
8 #define _MCReconstructionStatus_
9 
10 #include <TObject.h>
11 #include <vector>
12 #include <particleType.h>
13 #include <DLorentzVector.h>
15 
16 class MCReconstructionStatus : public TObject{
17 
18  public:
19 
22 
23  // Data members
26  DLorentzVector dThrownSpacetimeVertex; // vertex position in cm + vertex time in ns
27 
28  vector<ReconstructedHypothesis*> dReconstructedHypothesisVector;
29 
30  private:
32 
33 };
34 
35 #endif // _MCReconstructionStatus_
TLorentzVector DLorentzVector
DLorentzVector dThrownSpacetimeVertex
vector< ReconstructedHypothesis * > dReconstructedHypothesisVector
ClassDef(MCReconstructionStatus, 1)
Particle_t
Definition: particleType.h:12