Class Reference for E1039 Core & Analysis Software
PHG4TruthTrackingAction.h
Go to the documentation of this file.
1 #ifndef PHG4TruthTrackingAction_h
2 #define PHG4TruthTrackingAction_h
3 
4 #include "PHG4TrackingAction.h"
5 
6 #include <Geant4/G4ThreeVector.hh>
7 
8 #include <map>
9 
12 
14 {
15 public:
16 
19 
22 
24  virtual void PreUserTrackingAction(const G4Track*);
25 
26  virtual void PostUserTrackingAction(const G4Track*);
27 
29  virtual void SetInterfacePointers( PHCompositeNode* );
30 
32 
33 private:
34 
35  std::map<G4ThreeVector,int> VertexMap;
36 
38  PHG4TruthEventAction* eventAction_;
39 
41  PHG4TruthInfoContainer* truthInfoList_;
42 };
43 
44 
45 #endif
virtual void PreUserTrackingAction(const G4Track *)
tracking action
virtual ~PHG4TruthTrackingAction()
destructor
int ResetEvent(PHCompositeNode *)
PHG4TruthTrackingAction(PHG4TruthEventAction *)
constructor
virtual void PostUserTrackingAction(const G4Track *)
virtual void SetInterfacePointers(PHCompositeNode *)
Set pointers to the i/o nodes.