#include <EDepSimFreeTimeGenerator.hh>
Public Member Functions | |
FreeTimeGenerator (G4String name) | |
virtual | ~FreeTimeGenerator () |
double | GetTime (const G4LorentzVector &vertex) |
Return the time of events to generate. More... | |
virtual bool | ForceTime () |
Flag if the time should be forced (returns false). More... | |
Public Member Functions inherited from EDepSim::VTimeGenerator | |
VTimeGenerator (const G4String &name) | |
virtual | ~VTimeGenerator () |
G4String | GetName () const |
Return the name of the generator. More... | |
Generate a "Free" time. This means that the default time of the vertex will be zero, but it is expected to be overridden by the kinematics generator.
Definition at line 11 of file EDepSimFreeTimeGenerator.hh.
EDepSim::FreeTimeGenerator::FreeTimeGenerator | ( | G4String | name | ) |
Definition at line 4 of file EDepSimFreeTimeGenerator.cc.
|
virtual |
Definition at line 7 of file EDepSimFreeTimeGenerator.cc.
|
virtual |
Flag if the time should be forced (returns false).
Implements EDepSim::VTimeGenerator.
Definition at line 13 of file EDepSimFreeTimeGenerator.cc.
|
virtual |
Return the time of events to generate.
Implements EDepSim::VTimeGenerator.
Definition at line 9 of file EDepSimFreeTimeGenerator.cc.