Geant4
9.6.p02
|
#include <G4PrimaryTransformer.hh>
Public Member Functions | |
G4PrimaryTransformer () | |
virtual | ~G4PrimaryTransformer () |
G4TrackVector * | GimmePrimaries (G4Event *anEvent, G4int trackIDCounter=0) |
void | CheckUnknown () |
void | SetVerboseLevel (G4int vl) |
void | SetUnknnownParticleDefined (G4bool vl) |
G4bool | GetUnknownParticleDefined () const |
Protected Member Functions | |
void | GenerateTracks (G4PrimaryVertex *primaryVertex) |
void | GenerateSingleTrack (G4PrimaryParticle *primaryParticle, G4double x0, G4double y0, G4double z0, G4double t0, G4double wv) |
void | SetDecayProducts (G4PrimaryParticle *mother, G4DynamicParticle *motherDP) |
G4bool | CheckDynamicParticle (G4DynamicParticle *DP) |
virtual G4ParticleDefinition * | GetDefinition (G4PrimaryParticle *pp) |
virtual G4bool | IsGoodForTrack (G4ParticleDefinition *pd) |
Protected Attributes | |
G4TrackVector | TV |
G4ParticleTable * | particleTable |
G4int | verboseLevel |
G4int | trackID |
G4ParticleDefinition * | unknown |
G4bool | unknownParticleDefined |
Definition at line 47 of file G4PrimaryTransformer.hh.
G4PrimaryTransformer::G4PrimaryTransformer | ( | ) |
|
virtual |
Definition at line 50 of file G4PrimaryTransformer.cc.
|
protected |
void G4PrimaryTransformer::CheckUnknown | ( | ) |
Definition at line 53 of file G4PrimaryTransformer.cc.
|
protected |
Definition at line 108 of file G4PrimaryTransformer.cc.
|
protected |
Definition at line 79 of file G4PrimaryTransformer.cc.
|
protectedvirtual |
|
inline |
Definition at line 74 of file G4PrimaryTransformer.hh.
G4TrackVector * G4PrimaryTransformer::GimmePrimaries | ( | G4Event * | anEvent, |
G4int | trackIDCounter = 0 |
||
) |
|
protectedvirtual |
Definition at line 322 of file G4PrimaryTransformer.cc.
|
protected |
Definition at line 291 of file G4PrimaryTransformer.cc.
|
protected |
Definition at line 58 of file G4PrimaryTransformer.hh.
|
protected |
Definition at line 60 of file G4PrimaryTransformer.hh.
|
protected |
Definition at line 57 of file G4PrimaryTransformer.hh.
|
protected |
Definition at line 62 of file G4PrimaryTransformer.hh.
|
protected |
Definition at line 63 of file G4PrimaryTransformer.hh.
|
protected |
Definition at line 59 of file G4PrimaryTransformer.hh.