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

#include <Par02EventInformation.hh>

Par02EventInformation에 대한 상속 다이어그램 :
G4VUserEventInformation

Public 멤버 함수

 Par02EventInformation ()
 A default constructor. Sets flag fDoSmearing to true. 더 자세히 ...
 
 Par02EventInformation (G4bool aSmear)
 
virtual ~Par02EventInformation ()
 
virtual void Print () const
 Prints event information. 더 자세히 ...
 
void SetDoSmearing (G4bool aSmear)
 
G4bool GetDoSmearing ()
 Gets the flag indicating if smearing should be done. 더 자세히 ...
 

Private 속성

G4bool fDoSmearing
 

상세한 설명

Event information.

Describes the information that can be associated with a G4Event class object.

작성자
Anna Zaborowska

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

생성자 & 소멸자 문서화

Par02EventInformation::Par02EventInformation ( )

A default constructor. Sets flag fDoSmearing to true.

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

Par02EventInformation::Par02EventInformation ( G4bool  aSmear)

A constructor.

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

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

Par02EventInformation::~Par02EventInformation ( )
virtual

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

멤버 함수 문서화

G4bool Par02EventInformation::GetDoSmearing ( )

Gets the flag indicating if smearing should be done.

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

다음을 참조함 : fDoSmearing.

다음에 의해서 참조됨 : Par02FastSimModelEMCal::DoIt(), Par02FastSimModelHCal::DoIt(), Par02FastSimModelTracker::DoIt().

void Par02EventInformation::Print ( void  ) const
virtual

Prints event information.

G4VUserEventInformation를 구현.

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

다음을 참조함 : fDoSmearing, G4cout, G4endl.

void Par02EventInformation::SetDoSmearing ( G4bool  aSmear)

Sets the flag indicating if smearing should be done.

매개변수
aSmearA boolean flag.

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

다음을 참조함 : fDoSmearing.

멤버 데이타 문서화

G4bool Par02EventInformation::fDoSmearing
private

A flag indicating if smearing should be performed. It is read by implementations of G4VFastSimulationModel.

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

다음에 의해서 참조됨 : GetDoSmearing(), Print(), SetDoSmearing().


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