#include <EDepSimGPSKinematicsGenerator.hh>
Public Member Functions | |
GPSKinematicsGenerator (const G4String &name, G4VPrimaryGenerator *gps) | |
virtual | ~GPSKinematicsGenerator () |
virtual GeneratorStatus | GeneratePrimaryVertex (G4Event *evt, const G4LorentzVector &position) |
Add a primary vertex to the event. More... | |
Public Member Functions inherited from EDepSim::VKinematicsGenerator | |
VKinematicsGenerator (const G4String &name) | |
virtual | ~VKinematicsGenerator () |
G4String | GetName () const |
Return the name of the generator. More... | |
Private Attributes | |
G4VPrimaryGenerator * | fGenerator |
Additional Inherited Members | |
Public Types inherited from EDepSim::VKinematicsGenerator | |
enum | GeneratorStatus { kFail = 0, kSuccess, kLastVertex, kEndEvent } |
A status value that can be returned by GeneratePrimaryVertex. More... | |
Definition at line 16 of file EDepSimGPSKinematicsGenerator.hh.
EDepSim::GPSKinematicsGenerator::GPSKinematicsGenerator | ( | const G4String & | name, |
G4VPrimaryGenerator * | gps | ||
) |
Definition at line 6 of file EDepSimGPSKinematicsGenerator.cc.
|
virtual |
Definition at line 10 of file EDepSimGPSKinematicsGenerator.cc.
|
virtual |
Add a primary vertex to the event.
Implements EDepSim::VKinematicsGenerator.
Definition at line 13 of file EDepSimGPSKinematicsGenerator.cc.
|
private |
Definition at line 28 of file EDepSimGPSKinematicsGenerator.hh.