Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | Protected 속성 | 모든 멤버 목록
Par02RunAction 클래스 참조

#include <Par02RunAction.hh>

Par02RunAction에 대한 상속 다이어그램 :
G4UserRunAction

Public 멤버 함수

 Par02RunAction (const G4String OutName="SimpleOutput")
 
virtual ~Par02RunAction ()
 
virtual void BeginOfRunAction (const G4Run *)
 
virtual void EndOfRunAction (const G4Run *)
 
virtual G4RunGenerateRun ()
 
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().

작성자
Anna Zaborowska

Par02RunAction.hh 파일의 46 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

Par02RunAction::Par02RunAction ( const G4String  OutName = "SimpleOutput")

A default constructor.

매개변수
OutNameThe output root file name (it will store all the events within one run).

Par02RunAction.cc 파일의 39 번째 라인에서 정의되었습니다.

다음을 참조함 : Par02Output::Instance(), Par02Output::SetFileName().

Par02RunAction::~Par02RunAction ( )
virtual

Par02RunAction.cc 파일의 46 번째 라인에서 정의되었습니다.

다음을 참조함 : Par02Output::Instance(), G4UserRunAction::isMaster.

멤버 함수 문서화

void Par02RunAction::BeginOfRunAction ( const G4Run aRun)
virtual

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().

void Par02RunAction::EndOfRunAction ( const G4Run )
virtual

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().

G4Run * G4UserRunAction::GenerateRun ( void  )
virtualinherited
G4bool G4UserRunAction::IsMaster ( ) const
inlineinherited
virtual void G4UserRunAction::SetMaster ( G4bool  val = true)
inlinevirtualinherited

G4MultiRunAction에서 재구현되었습니다.

G4UserRunAction.hh 파일의 67 번째 라인에서 정의되었습니다.

다음을 참조함 : G4UserRunAction::isMaster.

다음에 의해서 참조됨 : G4MultiRunAction::SetMaster(), G4WorkerRunManager::SetUserAction(), G4MTRunManager::SetUserAction().

멤버 데이타 문서화

G4bool G4UserRunAction::isMaster
protectedinherited

이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: