#include <G4UserTimeStepAction.hh>
Public 멤버 함수 | |
G4UserTimeStepAction () | |
G4UserTimeStepAction (const G4UserTimeStepAction &) | |
virtual | ~G4UserTimeStepAction () |
virtual void | StartProcessing () |
virtual void | NewStage () |
virtual void | UserPreTimeStepAction () |
virtual void | UserPostTimeStepAction () |
virtual void | UserReactionAction (const G4Track &, const G4Track &, const std::vector< G4Track * > *) |
virtual void | EndProcessing () |
Protected 멤버 함수 | |
void | SetMinimumTimeSteps (std::map< double, double > *) |
void | AddTimeStep (double, double) |
Private 멤버 함수 | |
G4UserTimeStepAction & | operator= (const G4UserTimeStepAction &) |
G4UserTimeStepAction is used by G4Scheduler.
G4UserTimeStepAction.hh 파일의 69 번째 라인에서 정의되었습니다.
G4UserTimeStepAction::G4UserTimeStepAction | ( | ) |
G4UserTimeStepAction.cc 파일의 39 번째 라인에서 정의되었습니다.
G4UserTimeStepAction::G4UserTimeStepAction | ( | const G4UserTimeStepAction & | ) |
G4UserTimeStepAction.cc 파일의 45 번째 라인에서 정의되었습니다.
|
virtual |
G4UserTimeStepAction.cc 파일의 42 번째 라인에서 정의되었습니다.
|
protected |
G4UserTimeStepAction.cc 파일의 58 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VScheduler::Instance().
다음에 의해서 참조됨 : TimeStepAction::TimeStepAction().
|
inlinevirtual |
TimeStepAction, TimeStepAction, TimeStepAction에서 재구현되었습니다.
G4UserTimeStepAction.hh 파일의 93 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4Scheduler::Process().
|
inlinevirtual |
G4UserTimeStepAction.hh 파일의 77 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4Scheduler::DoProcess().
|
private |
G4UserTimeStepAction.cc 파일의 47 번째 라인에서 정의되었습니다.
|
protected |
G4UserTimeStepAction.cc 파일의 53 번째 라인에서 정의되었습니다.
다음을 참조함 : G4VScheduler::Instance().
|
inlinevirtual |
TimeStepAction, TimeStepAction, TimeStepAction에서 재구현되었습니다.
G4UserTimeStepAction.hh 파일의 76 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4Scheduler::Process().
|
inlinevirtual |
TimeStepAction, TimeStepAction, TimeStepAction에서 재구현되었습니다.
G4UserTimeStepAction.hh 파일의 85 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4Scheduler::Stepping().
|
inlinevirtual |
In this method, the user can use : G4Scheduler::Instance()->GetGlobalTime(), to know the current simulation time G4Scheduler::Instance()->GetTimeStep(), to know the selected minimum time WARNING : The call of this method happens before the call of DoIT methods
TimeStepAction, TimeStepAction, TimeStepAction에서 재구현되었습니다.
G4UserTimeStepAction.hh 파일의 84 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4Scheduler::Stepping().
|
inlinevirtual |
Inform about a reaction
TimeStepAction, TimeStepAction, TimeStepAction에서 재구현되었습니다.
G4UserTimeStepAction.hh 파일의 90 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4ITModelProcessor::ComputeTrackReaction().