ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
Par02EventAction () | |
Par02EventAction (G4bool aSmear) | |
virtual | ~Par02EventAction () |
virtual void | BeginOfEventAction (const G4Event *) |
virtual void | EndOfEventAction (const G4Event *) |
Defines the actions at the end of the event. | |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
virtual void | SetEventManager (G4EventManager *value) |
Private Attributes | |
G4bool | fSmear |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager |
Event action (before/after event processing).
Defines the action at the beginning and at the end of each event. It is invoked by a G4EventManager when a G4Event object is sent (which contains primary vertices and particles created by the Par02PrimaryGeneratorAction).
Definition at line 44 of file Par02EventAction.hh.
View newest version in sPHENIX GitHub at line 44 of file Par02EventAction.hh
Par02EventAction::Par02EventAction | ( | ) |
A default constructor. Sets the flag fSmear to true indicating that smearing will be performed.
Definition at line 42 of file Par02EventAction.cc.
View newest version in sPHENIX GitHub at line 42 of file Par02EventAction.cc
Par02EventAction::Par02EventAction | ( | G4bool | aSmear | ) |
A constructor.
aSmear | The flag indicating if smearing has to be done. |
Definition at line 46 of file Par02EventAction.cc.
View newest version in sPHENIX GitHub at line 46 of file Par02EventAction.cc
|
virtual |
Definition at line 51 of file Par02EventAction.cc.
View newest version in sPHENIX GitHub at line 51 of file Par02EventAction.cc
Defines the actions at the beginning of the event. It sets the Par02EventInformation with fSmear flag. It creates all the ntuples defined in Par02Output singleton class.
Reimplemented from G4UserEventAction.
Definition at line 55 of file Par02EventAction.cc.
View newest version in sPHENIX GitHub at line 55 of file Par02EventAction.cc
References Par02Output::CreateNtuples(), fSmear, G4EventManager::GetEventManager(), Par02Output::Instance(), and G4EventManager::SetUserInformation().
Defines the actions at the end of the event.
Reimplemented from G4UserEventAction.
Definition at line 63 of file Par02EventAction.cc.
View newest version in sPHENIX GitHub at line 63 of file Par02EventAction.cc
|
private |
A flag indicating if smearing should be performed. Passed to Par02EventInformation in BeginOfEventAction(const G4Event*).
Definition at line 69 of file Par02EventAction.hh.
View newest version in sPHENIX GitHub at line 69 of file Par02EventAction.hh
Referenced by BeginOfEventAction().