#include <Par02EventAction.hh>
Public 멤버 함수 | |
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. 더 자세히 ... | |
virtual void | SetEventManager (G4EventManager *value) |
Protected 속성 | |
G4EventManager * | fpEventManager |
Private 속성 | |
G4bool | fSmear |
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).
Par02EventAction.hh 파일의 45 번째 라인에서 정의되었습니다.
Par02EventAction::Par02EventAction | ( | ) |
A default constructor. Sets the flag fSmear to true indicating that smearing will be performed.
Par02EventAction.cc 파일의 43 번째 라인에서 정의되었습니다.
Par02EventAction::Par02EventAction | ( | G4bool | aSmear | ) |
A constructor.
aSmear | The flag indicating if smearing has to be done. |
Par02EventAction.cc 파일의 47 번째 라인에서 정의되었습니다.
|
virtual |
Par02EventAction.cc 파일의 52 번째 라인에서 정의되었습니다.
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.
G4UserEventAction(으)로부터 재구현되었습니다.
Par02EventAction.cc 파일의 56 번째 라인에서 정의되었습니다.
다음을 참조함 : Par02Output::CreateNtuples(), fSmear, G4EventManager::GetEventManager(), Par02Output::Instance(), G4EventManager::SetUserInformation().
Defines the actions at the end of the event.
G4UserEventAction(으)로부터 재구현되었습니다.
Par02EventAction.cc 파일의 64 번째 라인에서 정의되었습니다.
|
inlinevirtualinherited |
G4MultiEventAction에서 재구현되었습니다.
G4UserEventAction.hh 파일의 56 번째 라인에서 정의되었습니다.
다음을 참조함 : G4UserEventAction::fpEventManager.
다음에 의해서 참조됨 : G4EventManager::SetUserAction().
|
protectedinherited |
G4UserEventAction.hh 파일의 63 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : RE01EventAction::EndOfEventAction(), F04EventAction::GetEventNo(), WLSEventAction::GetEventNo(), G4UserEventAction::SetEventManager().
|
private |
A flag indicating if smearing should be performed. Passed to Par02EventInformation in BeginOfEventAction(const G4Event*).
Par02EventAction.hh 파일의 70 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : BeginOfEventAction().