Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VUserPhysicsList.hh>
Public Member Functions | |
void | initialize () |
Public Attributes | |
G4ParticleTable::G4PTblDicIterator * | _theParticleIterator = nullptr |
G4UserPhysicsListMessenger * | _theMessenger = nullptr |
G4PhysicsListHelper * | _thePLHelper = nullptr |
G4bool | _fIsPhysicsTableBuilt = false |
G4int | _fDisplayThreshold = 0 |
Definition at line 60 of file G4VUserPhysicsList.hh.
void G4VUPLData::initialize | ( | ) |
Definition at line 72 of file G4VUserPhysicsList.cc.
G4int G4VUPLData::_fDisplayThreshold = 0 |
Definition at line 69 of file G4VUserPhysicsList.hh.
Referenced by initialize().
G4bool G4VUPLData::_fIsPhysicsTableBuilt = false |
Definition at line 68 of file G4VUserPhysicsList.hh.
Referenced by initialize().
G4UserPhysicsListMessenger* G4VUPLData::_theMessenger = nullptr |
Definition at line 66 of file G4VUserPhysicsList.hh.
Referenced by initialize().
G4ParticleTable::G4PTblDicIterator* G4VUPLData::_theParticleIterator = nullptr |
Definition at line 65 of file G4VUserPhysicsList.hh.
Referenced by initialize().
G4PhysicsListHelper* G4VUPLData::_thePLHelper = nullptr |
Definition at line 67 of file G4VUserPhysicsList.hh.
Referenced by initialize().