Geant4
10.02.p03
|
#include <Par02EventInformation.hh>
Public Member Functions | |
Par02EventInformation () | |
A default constructor. Sets flag fDoSmearing to true. More... | |
Par02EventInformation (G4bool aSmear) | |
virtual | ~Par02EventInformation () |
virtual void | Print () const |
Prints event information. More... | |
void | SetDoSmearing (G4bool aSmear) |
G4bool | GetDoSmearing () |
Gets the flag indicating if smearing should be done. More... | |
![]() | |
G4VUserEventInformation () | |
virtual | ~G4VUserEventInformation () |
Private Attributes | |
G4bool | fDoSmearing |
Event information.
Describes the information that can be associated with a G4Event class object.
Definition at line 42 of file Par02EventInformation.hh.
Par02EventInformation::Par02EventInformation | ( | ) |
A default constructor. Sets flag fDoSmearing to true.
Definition at line 35 of file Par02EventInformation.cc.
Par02EventInformation::Par02EventInformation | ( | G4bool | aSmear | ) |
A constructor.
aSmear | The flag indicating if smearing should be done. |
Definition at line 39 of file Par02EventInformation.cc.
|
virtual |
Definition at line 43 of file Par02EventInformation.cc.
G4bool Par02EventInformation::GetDoSmearing | ( | ) |
Gets the flag indicating if smearing should be done.
Definition at line 53 of file Par02EventInformation.cc.
|
virtual |
Prints event information.
Implements G4VUserEventInformation.
Definition at line 59 of file Par02EventInformation.cc.
void Par02EventInformation::SetDoSmearing | ( | G4bool | aSmear | ) |
Sets the flag indicating if smearing should be done.
aSmear | A boolean flag. |
Definition at line 47 of file Par02EventInformation.cc.
|
private |
A flag indicating if smearing should be performed. It is read by implementations of G4VFastSimulationModel.
Definition at line 68 of file Par02EventInformation.hh.