#include <Par02EventInformation.hh>
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.
Par02EventInformation.hh 파일의 42 번째 라인에서 정의되었습니다.
Par02EventInformation::Par02EventInformation | ( | ) |
A default constructor. Sets flag fDoSmearing to true.
Par02EventInformation.cc 파일의 35 번째 라인에서 정의되었습니다.
Par02EventInformation::Par02EventInformation | ( | G4bool | aSmear | ) |
A constructor.
aSmear | The flag indicating if smearing should be done. |
Par02EventInformation.cc 파일의 39 번째 라인에서 정의되었습니다.
|
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().
Prints event information.
Par02EventInformation.cc 파일의 59 번째 라인에서 정의되었습니다.
다음을 참조함 : fDoSmearing, G4cout, G4endl.
Sets the flag indicating if smearing should be done.
aSmear | A boolean flag. |
Par02EventInformation.cc 파일의 47 번째 라인에서 정의되었습니다.
다음을 참조함 : fDoSmearing.
|
private |
A flag indicating if smearing should be performed. It is read by implementations of G4VFastSimulationModel.
Par02EventInformation.hh 파일의 68 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetDoSmearing(), Print(), SetDoSmearing().