#include <Par02RunAction.hh>
Public 멤버 함수 | |
Par02RunAction (const G4String OutName="SimpleOutput") | |
virtual | ~Par02RunAction () |
virtual void | BeginOfRunAction (const G4Run *) |
virtual void | EndOfRunAction (const G4Run *) |
virtual G4Run * | GenerateRun () |
virtual void | SetMaster (G4bool val=true) |
G4bool | IsMaster () const |
Protected 속성 | |
G4bool | isMaster |
Run action (before/after run processing).
Defines the action at the beginning and at the end of each run. Content of G4Run cannot be changed. The class needs to be set in G4RunManager::SetUserAction().
Par02RunAction.hh 파일의 46 번째 라인에서 정의되었습니다.
Par02RunAction::Par02RunAction | ( | const G4String | OutName = "SimpleOutput" | ) |
A default constructor.
OutName | The output root file name (it will store all the events within one run). |
Par02RunAction.cc 파일의 39 번째 라인에서 정의되었습니다.
다음을 참조함 : Par02Output::Instance(), Par02Output::SetFileName().
|
virtual |
Par02RunAction.cc 파일의 46 번째 라인에서 정의되었습니다.
다음을 참조함 : Par02Output::Instance(), G4UserRunAction::isMaster.
Defines the actions at the beginning of the run. It starts the analysis (create output root file) and create all the histograms defined in Par02Output singleton class.
G4UserRunAction(으)로부터 재구현되었습니다.
Par02RunAction.cc 파일의 56 번째 라인에서 정의되었습니다.
다음을 참조함 : Par02Output::CreateHistograms(), G4Run::GetRunID(), Par02Output::Instance(), Par02Output::StartAnalysis().
Defines the actions at the end of the run. It ends the analysis (write and close output root file) via Par02Output singleton class.
G4UserRunAction(으)로부터 재구현되었습니다.
Par02RunAction.cc 파일의 63 번째 라인에서 정의되었습니다.
다음을 참조함 : Par02Output::EndAnalysis(), Par02Output::Instance().
RE02RunAction, RunAction, G4MultiRunAction, TSRunAction, B4bRunAction, RunAction, RunAction, CexmcRunAction, RunAction, RunAction, RunAction, B01RunAction, B02RunAction, B03RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, RunAction, B1ConRunAction, DicomRunAction, RunAction, RunAction, B1RunAction, RunAction, RunAction, RunAction, G4RTRunAction, LXeRunAction, B3bRunAction, ElectronRunAction, RE06RunAction, RunAction, RunActionMaster에서 재구현되었습니다.
G4UserRunAction.cc 파일의 55 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4WorkerRunManager::RunInitialization(), G4RunManager::RunInitialization().
|
inlineinherited |
G4UserRunAction.hh 파일의 69 번째 라인에서 정의되었습니다.
다음을 참조함 : G4UserRunAction::isMaster.
다음에 의해서 참조됨 : ExTGRunAction::BeginOfRunAction(), B1ConRunAction::BeginOfRunAction(), PurgMagRunAction::BeginOfRunAction(), UltraRunAction::BeginOfRunAction(), GammaRayTelRunAction::BeginOfRunAction(), DMXRunAction::BeginOfRunAction(), XrayFluoRunAction::BeginOfRunAction(), XrayTelRunAction::BeginOfRunAction(), B3aRunAction::EndOfRunAction(), RE06RunAction::EndOfRunAction(), B3bRunAction::EndOfRunAction(), B1RunAction::EndOfRunAction(), B1ConRunAction::EndOfRunAction(), DicomRunAction::EndOfRunAction(), PurgMagRunAction::EndOfRunAction(), UltraRunAction::EndOfRunAction(), B02RunAction::EndOfRunAction(), B01RunAction::EndOfRunAction(), B03RunAction::EndOfRunAction(), TSRunAction::EndOfRunAction(), XrayTelRunAction::EndOfRunAction(), RE02RunAction::EndOfRunAction(), XrayFluoRunAction::Initialise().
G4MultiRunAction에서 재구현되었습니다.
G4UserRunAction.hh 파일의 67 번째 라인에서 정의되었습니다.
다음을 참조함 : G4UserRunAction::isMaster.
다음에 의해서 참조됨 : G4MultiRunAction::SetMaster(), G4WorkerRunManager::SetUserAction(), G4MTRunManager::SetUserAction().
|
protectedinherited |