Class Reference for E1039 Core & Analysis Software
PHG4TruthEventAction.h
Go to the documentation of this file.
1 #ifndef PHG4TruthEventAction_h
2 #define PHG4TruthEventAction_h
3 
4 #include "PHG4EventAction.h"
5 
6 #include <Geant4/G4ThreeVector.hh>
7 #include <Geant4/globals.hh>
8 
9 #include <set>
10 #include <map>
11 
12 class PHG4HitContainer;
14 class PHCompositeNode;
15 
17 {
18 
19 public:
20 
22  PHG4TruthEventAction( void );
23 
25  virtual ~PHG4TruthEventAction( void ) {}
26 
27  void BeginOfEventAction(const G4Event*);
28 
29  void EndOfEventAction(const G4Event*);
30 
32 
35 
37  void AddTrackidToWritelist( const G4int trackid);
38 
39  private:
40 
41  void SearchNode(PHCompositeNode* topNode);
42  void PruneShowers();
43  void ProcessShowers();
44 
46  std::set<G4int> writeList_;
47 
49  PHG4TruthInfoContainer* truthInfoList_;
50 
51  int prev_existing_lower_key;
52  int prev_existing_upper_key;
53 
54  std::map<int,PHG4HitContainer*> hitmap_;
55 };
56 
57 
58 #endif
virtual ~PHG4TruthEventAction(void)
destuctor
void BeginOfEventAction(const G4Event *)
int ResetEvent(PHCompositeNode *)
PHG4TruthEventAction(void)
constructor
void EndOfEventAction(const G4Event *)
void AddTrackidToWritelist(const G4int trackid)
add id into track list
void SetInterfacePointers(PHCompositeNode *)
get relevant nodes from top node passed as argument