#include <EDepSimFreeTimeFactory.hh>
Public Member Functions | |
FreeTimeFactory (EDepSim::UserPrimaryGeneratorMessenger *parent) | |
virtual | ~FreeTimeFactory () |
EDepSim::VTimeGenerator * | GetGenerator () |
Return the time generator. More... | |
Public Member Functions inherited from EDepSim::VTimeFactory | |
VTimeFactory (G4String name, EDepSim::UserPrimaryGeneratorMessenger *fParent, bool makeDirectory=true) | |
virtual | ~VTimeFactory () |
Public Member Functions inherited from EDepSim::VPrimaryFactory | |
VPrimaryFactory (G4String subdir, G4String name, EDepSim::UserPrimaryGeneratorMessenger *parent, bool makeDirectory) | |
virtual | ~VPrimaryFactory () |
G4String | GetPath () const |
G4String | GetName () const |
G4String | GetSubDir () const |
virtual void | SetNewValue (G4UIcommand *, G4String) |
Handle messages from the UI processor. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from EDepSim::VPrimaryFactory | |
G4String | CommandName (G4String cmd) |
Build a command name with the directory prefix. More... | |
Create a generator that leaves the time of the vertex free. The vertex time will either be zero, or will be set by the Kinematics generator.
Definition at line 10 of file EDepSimFreeTimeFactory.hh.
EDepSim::FreeTimeFactory::FreeTimeFactory | ( | EDepSim::UserPrimaryGeneratorMessenger * | parent | ) |
Definition at line 5 of file EDepSimFreeTimeFactory.cc.
|
virtual |
Definition at line 9 of file EDepSimFreeTimeFactory.cc.
|
virtual |
Return the time generator.
Implements EDepSim::VTimeFactory.
Definition at line 11 of file EDepSimFreeTimeFactory.cc.