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

#include <Par02EventAction.hh>

Par02EventAction에 대한 상속 다이어그램 :
G4UserEventAction

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 속성

G4EventManagerfpEventManager
 

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

작성자
Anna Zaborowska

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.

매개변수
aSmearThe flag indicating if smearing has to be done.

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

Par02EventAction::~Par02EventAction ( )
virtual

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

멤버 함수 문서화

void Par02EventAction::BeginOfEventAction ( const G4Event )
virtual

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

void Par02EventAction::EndOfEventAction ( const G4Event )
virtual

Defines the actions at the end of the event.

G4UserEventAction(으)로부터 재구현되었습니다.

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

virtual void G4UserEventAction::SetEventManager ( G4EventManager value)
inlinevirtualinherited

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

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

다음을 참조함 : G4UserEventAction::fpEventManager.

다음에 의해서 참조됨 : G4EventManager::SetUserAction().

멤버 데이타 문서화

G4EventManager* G4UserEventAction::fpEventManager
protectedinherited
G4bool Par02EventAction::fSmear
private

A flag indicating if smearing should be performed. Passed to Par02EventInformation in BeginOfEventAction(const G4Event*).

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

다음에 의해서 참조됨 : BeginOfEventAction().


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