Geant4
10.03.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... | |
Public Member Functions inherited from G4VUserEventInformation | |
G4VUserEventInformation () | |
virtual | ~G4VUserEventInformation () |
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.
Prints event information.
Implements G4VUserEventInformation.
Definition at line 59 of file Par02EventInformation.cc.
Sets the flag indicating if smearing should be done.
aSmear | A boolean flag. |
Definition at line 47 of file Par02EventInformation.cc.