EDepSimFreeTimeGenerator.cc
Go to the documentation of this file.
3 
5  : EDepSim::VTimeGenerator(name) {}
6 
8 
9 double EDepSim::FreeTimeGenerator::GetTime(const G4LorentzVector& /* vtx */) {
10  return 0.0;
11 }
12 
14  return false;
15 }
static QCString name
Definition: declinfo.cpp:673
double GetTime(const G4LorentzVector &vertex)
Return the time of events to generate.
Construct a module from components.
Definition: TG4HitSegment.h:10
virtual bool ForceTime()
Flag if the time should be forced (returns false).