Class Reference for E1039 Core & Analysis Software
PHG4TruthSubsystem.h
Go to the documentation of this file.
1 #ifndef PHG4TruthSubsystem_h
2 #define PHG4TruthSubsystem_h
3 
4 #include "PHG4Subsystem.h"
5 #include <string>
6 
10 
12 {
13 
14  public:
15 
17  PHG4TruthSubsystem( const std::string &name = "TRUTH" );
18 
20  virtual ~PHG4TruthSubsystem( void )
21  {}
22 
24  int InitRun(PHCompositeNode *);
25 
28 
30  virtual int process_after_geant(PHCompositeNode *);
31 
34 
36  virtual PHG4EventAction* GetEventAction( void ) const;
37  virtual PHG4SteppingAction* GetSteppingAction( void ) const;
38  virtual PHG4TrackingAction* GetTrackingAction( void ) const;
39 
41  void SetSaveOnlyEmbeded(bool b = true){saveOnlyEmbeded_ = b;};
42 
43  private:
44 
45  PHG4TruthEventAction* eventAction_;
46  PHG4TruthSteppingAction* steppingAction_;
47  PHG4TruthTrackingAction* trackingAction_;
48 
50  bool saveOnlyEmbeded_;
51 };
52 
53 #endif
int InitRun(PHCompositeNode *)
init
PHG4TruthSubsystem(const std::string &name="TRUTH")
constructor
virtual PHG4EventAction * GetEventAction(void) const
accessors (reimplemented)
int ResetEvent(PHCompositeNode *)
Clean up after each event.
void SetSaveOnlyEmbeded(bool b=true)
only save the G4 truth information that is associated with the embedded particle
virtual ~PHG4TruthSubsystem(void)
destructor
virtual int process_after_geant(PHCompositeNode *)
event processing
virtual PHG4TrackingAction * GetTrackingAction(void) const
return pointer to this subsystem stepping action
int process_event(PHCompositeNode *)
event processing
virtual PHG4SteppingAction * GetSteppingAction(void) const
return pointer to this subsystem stepping action