ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/runAndEvent/RE02/include/RE02RunAction.hh>
Public Member Functions | |
RE02RunAction () | |
virtual | ~RE02RunAction () |
virtual G4Run * | GenerateRun () |
virtual void | BeginOfRunAction (const G4Run *) |
virtual void | EndOfRunAction (const G4Run *) |
G4int | CopyNo (G4int ix, G4int iy, G4int iz) |
Public Member Functions inherited from G4UserRunAction | |
G4UserRunAction () | |
virtual | ~G4UserRunAction () |
virtual void | SetMaster (G4bool val=true) |
G4bool | IsMaster () const |
Private Attributes | |
std::vector< G4String > | fSDName |
G4int | fNx |
G4int | fNy |
G4int | fNz |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
G4bool | isMaster |
User run action class
Definition at line 68 of file RE02RunAction.hh.
View newest version in sPHENIX GitHub at line 68 of file RE02RunAction.hh
RE02RunAction::RE02RunAction | ( | ) |
Definition at line 52 of file RE02RunAction.cc.
View newest version in sPHENIX GitHub at line 52 of file RE02RunAction.cc
References fSDName.
|
virtual |
Definition at line 63 of file RE02RunAction.cc.
View newest version in sPHENIX GitHub at line 63 of file RE02RunAction.cc
References fSDName.
Reimplemented from G4UserRunAction.
Definition at line 80 of file RE02RunAction.cc.
View newest version in sPHENIX GitHub at line 80 of file RE02RunAction.cc
References G4cout, G4endl, and G4Run::GetRunID().
Definition at line 84 of file RE02RunAction.hh.
View newest version in sPHENIX GitHub at line 84 of file RE02RunAction.hh
Referenced by EndOfRunAction().
Reimplemented from G4UserRunAction.
Definition at line 87 of file RE02RunAction.cc.
View newest version in sPHENIX GitHub at line 87 of file RE02RunAction.cc
References cm, CopyNo(), RE02Run::DumpAllScorer(), file, fNx, fNy, fNz, G4BestUnit, G4cout, G4endl, RE02Run::GetHitsMap(), G4VHitsCollection::GetName(), G4Run::GetNumberOfEvent(), RE02DetectorConstruction::GetNumberOfSegmentsInPhantom(), G4RunManager::GetRunManager(), G4RunManager::GetUserDetectorConstruction(), G4UserRunAction::IsMaster(), and MeV.
Reimplemented from G4UserRunAction.
Definition at line 70 of file RE02RunAction.cc.
View newest version in sPHENIX GitHub at line 70 of file RE02RunAction.cc
References fSDName.
|
private |
Definition at line 93 of file RE02RunAction.hh.
View newest version in sPHENIX GitHub at line 93 of file RE02RunAction.hh
Referenced by CopyNo(), and EndOfRunAction().
|
private |
Definition at line 93 of file RE02RunAction.hh.
View newest version in sPHENIX GitHub at line 93 of file RE02RunAction.hh
Referenced by EndOfRunAction().
|
private |
Definition at line 93 of file RE02RunAction.hh.
View newest version in sPHENIX GitHub at line 93 of file RE02RunAction.hh
Referenced by CopyNo(), and EndOfRunAction().
|
private |
Definition at line 90 of file RE02RunAction.hh.
View newest version in sPHENIX GitHub at line 90 of file RE02RunAction.hh
Referenced by GenerateRun(), RE02RunAction(), and ~RE02RunAction().