EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <Fun4All-lmon/blob/master/source/G4LmonEventAction.h>
Public Member Functions | |
G4LmonEventAction (RootOut *rootout, G4LmonDetector *det) | |
virtual | ~G4LmonEventAction () |
void | BeginOfEventAction (const G4Event *) |
void | EndOfEventAction (const G4Event *) |
Public Member Functions inherited from PHG4EventAction | |
PHG4EventAction (void) | |
virtual | ~PHG4EventAction () |
virtual void | SetInterfacePointers (PHCompositeNode *) |
get relevant nodes from top node passed as argument | |
virtual int | ResetEvent (PHCompositeNode *) |
Private Attributes | |
RootOut * | rootoutput |
G4LmonDetector * | m_Detector |
Definition at line 10 of file G4LmonEventAction.h.
View newest version in sPHENIX GitHub at line 10 of file G4LmonEventAction.h
G4LmonEventAction::G4LmonEventAction | ( | RootOut * | rootout, |
G4LmonDetector * | det | ||
) |
Definition at line 10 of file G4LmonEventAction.cc.
View newest version in sPHENIX GitHub at line 10 of file G4LmonEventAction.cc
|
virtual |
Definition at line 15 of file G4LmonEventAction.cc.
View newest version in sPHENIX GitHub at line 15 of file G4LmonEventAction.cc
References RootOut::Close(), and rootoutput.
|
virtual |
Reimplemented from PHG4EventAction.
Definition at line 20 of file G4LmonEventAction.cc.
View newest version in sPHENIX GitHub at line 20 of file G4LmonEventAction.cc
References G4LmonDetector::ClearEvent(), and m_Detector.
|
virtual |
Reimplemented from PHG4EventAction.
Definition at line 25 of file G4LmonEventAction.cc.
View newest version in sPHENIX GitHub at line 25 of file G4LmonEventAction.cc
References RootOut::FillTree(), G4LmonDetector::FinishEvent(), m_Detector, and rootoutput.
|
private |
Definition at line 21 of file G4LmonEventAction.h.
View newest version in sPHENIX GitHub at line 21 of file G4LmonEventAction.h
Referenced by BeginOfEventAction(), and EndOfEventAction().
|
private |
Definition at line 20 of file G4LmonEventAction.h.
View newest version in sPHENIX GitHub at line 20 of file G4LmonEventAction.h
Referenced by EndOfEventAction(), and ~G4LmonEventAction().