Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4PrimaryTransformer.hh>
Public Member Functions | |
G4PrimaryTransformer () | |
virtual | ~G4PrimaryTransformer ()=default |
G4TrackVector * | GimmePrimaries (G4Event *anEvent, G4int trackIDCounter=0) |
void | CheckUnknown () |
void | SetVerboseLevel (G4int vl) |
void | SetUnknownParticleDefined (G4bool vl) |
void | SetChargedUnknownParticleDefined (G4bool vl) |
G4bool | GetUnknownParticleDefined () const |
G4bool | GetChargedUnknownParticleDefined () const |
Static Public Member Functions | |
static void | SetKETolerance (G4double val, G4ExceptionSeverity sev=JustWarning) |
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 = nullptr |
G4ParticleDefinition * | unknown = nullptr |
G4ParticleDefinition * | chargedunknown = nullptr |
G4ParticleDefinition * | opticalphoton = nullptr |
G4int | verboseLevel = 0 |
G4int | trackID = 0 |
G4int | nWarn = 0 |
G4bool | unknownParticleDefined = false |
G4bool | chargedUnknownParticleDefined = false |
G4bool | opticalphotonDefined = false |
Static Protected Attributes | |
static G4double | kETolerance = 1.0 * CLHEP::MeV |
static G4ExceptionSeverity | kETSeverity = JustWarning |
Definition at line 48 of file G4PrimaryTransformer.hh.
G4PrimaryTransformer::G4PrimaryTransformer | ( | ) |
Definition at line 47 of file G4PrimaryTransformer.cc.
|
virtualdefault |
|
protected |
Definition at line 377 of file G4PrimaryTransformer.cc.
Referenced by GenerateSingleTrack(), and SetDecayProducts().
void G4PrimaryTransformer::CheckUnknown | ( | ) |
Definition at line 53 of file G4PrimaryTransformer.cc.
Referenced by G4PrimaryTransformer(), and G4RunManagerKernel::RunInitialization().
|
protected |
Definition at line 113 of file G4PrimaryTransformer.cc.
Referenced by GenerateSingleTrack(), and GenerateTracks().
|
protected |
Definition at line 82 of file G4PrimaryTransformer.cc.
Referenced by GimmePrimaries().
|
inline |
Definition at line 70 of file G4PrimaryTransformer.hh.
|
protectedvirtual |
Definition at line 394 of file G4PrimaryTransformer.cc.
Referenced by GenerateSingleTrack(), and SetDecayProducts().
|
inline |
Definition at line 67 of file G4PrimaryTransformer.hh.
G4TrackVector * G4PrimaryTransformer::GimmePrimaries | ( | G4Event * | anEvent, |
G4int | trackIDCounter = 0 ) |
Definition at line 64 of file G4PrimaryTransformer.cc.
|
protectedvirtual |
Definition at line 415 of file G4PrimaryTransformer.cc.
Referenced by CheckDynamicParticle(), GenerateSingleTrack(), and SetDecayProducts().
void G4PrimaryTransformer::SetChargedUnknownParticleDefined | ( | G4bool | vl | ) |
Definition at line 365 of file G4PrimaryTransformer.cc.
|
protected |
Definition at line 274 of file G4PrimaryTransformer.cc.
Referenced by GenerateSingleTrack(), and SetDecayProducts().
|
inlinestatic |
Definition at line 115 of file G4PrimaryTransformer.hh.
void G4PrimaryTransformer::SetUnknownParticleDefined | ( | G4bool | vl | ) |
Definition at line 353 of file G4PrimaryTransformer.cc.
|
inline |
Definition at line 58 of file G4PrimaryTransformer.hh.
|
protected |
Definition at line 103 of file G4PrimaryTransformer.hh.
Referenced by CheckUnknown(), GetDefinition(), and SetChargedUnknownParticleDefined().
|
protected |
Definition at line 109 of file G4PrimaryTransformer.hh.
Referenced by CheckUnknown(), GetChargedUnknownParticleDefined(), GetDefinition(), and SetChargedUnknownParticleDefined().
|
staticprotected |
Definition at line 112 of file G4PrimaryTransformer.hh.
Referenced by GenerateSingleTrack(), and SetKETolerance().
|
staticprotected |
Definition at line 113 of file G4PrimaryTransformer.hh.
Referenced by GenerateSingleTrack(), and SetKETolerance().
|
protected |
Definition at line 107 of file G4PrimaryTransformer.hh.
Referenced by GenerateSingleTrack().
|
protected |
Definition at line 104 of file G4PrimaryTransformer.hh.
Referenced by CheckUnknown(), and GenerateSingleTrack().
|
protected |
Definition at line 110 of file G4PrimaryTransformer.hh.
Referenced by CheckUnknown(), and GenerateSingleTrack().
|
protected |
Definition at line 100 of file G4PrimaryTransformer.hh.
Referenced by CheckUnknown(), G4PrimaryTransformer(), and GetDefinition().
|
protected |
Definition at line 106 of file G4PrimaryTransformer.hh.
Referenced by GenerateSingleTrack(), and GimmePrimaries().
|
protected |
Definition at line 99 of file G4PrimaryTransformer.hh.
Referenced by GenerateSingleTrack(), and GimmePrimaries().
|
protected |
Definition at line 102 of file G4PrimaryTransformer.hh.
Referenced by CheckUnknown(), GetDefinition(), and SetUnknownParticleDefined().
|
protected |
Definition at line 108 of file G4PrimaryTransformer.hh.
Referenced by CheckUnknown(), GetDefinition(), GetUnknownParticleDefined(), and SetUnknownParticleDefined().
|
protected |
Definition at line 105 of file G4PrimaryTransformer.hh.
Referenced by GenerateSingleTrack(), GenerateTracks(), SetDecayProducts(), and SetVerboseLevel().