|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ErrorPhysicsList.hh>
Inheritance diagram for G4ErrorPhysicsList:Protected Member Functions | |
| virtual void | ConstructParticle () |
| virtual void | ConstructProcess () |
| virtual void | SetCuts () |
| virtual void | ConstructEM () |
Protected Member Functions inherited from G4VUserPhysicsList | |
| void | AddTransportation () |
| G4bool | RegisterProcess (G4VProcess *process, G4ParticleDefinition *particle) |
| void | BuildIntegralPhysicsTable (G4VProcess *, G4ParticleDefinition *) |
| virtual void | RetrievePhysicsTable (G4ParticleDefinition *, const G4String &directory, G4bool ascii=false) |
| void | InitializeProcessManager () |
| G4ParticleTable::G4PTblDicIterator * | GetParticleIterator () const |
Additional Inherited Members | |
Static Public Member Functions inherited from G4VUserPhysicsList | |
| static const G4VUPLManager & | GetSubInstanceManager () |
Protected Attributes inherited from G4VUserPhysicsList | |
| G4ParticleTable * | theParticleTable = nullptr |
| G4int | verboseLevel = 1 |
| G4double | defaultCutValue = 1.0 |
| G4bool | isSetDefaultCutValue = false |
| G4ProductionCutsTable * | fCutsTable = nullptr |
| G4bool | fRetrievePhysicsTable = false |
| G4bool | fStoredInAscii = true |
| G4bool | fIsCheckedForRetrievePhysicsTable = false |
| G4bool | fIsRestoredCutValues = false |
| G4String | directoryPhysicsTable = "." |
| G4bool | fDisableCheckParticleList = false |
| G4int | g4vuplInstanceID = 0 |
Static Protected Attributes inherited from G4VUserPhysicsList | |
| static G4RUN_DLL G4VUPLManager | subInstanceManager |
Definition at line 48 of file G4ErrorPhysicsList.hh.
| G4ErrorPhysicsList::G4ErrorPhysicsList | ( | ) |
Definition at line 71 of file G4ErrorPhysicsList.cc.
|
virtual |
Definition at line 79 of file G4ErrorPhysicsList.cc.
|
protectedvirtual |
Definition at line 174 of file G4ErrorPhysicsList.cc.
Referenced by ConstructProcess().
|
protectedvirtual |
Implements G4VUserPhysicsList.
Definition at line 82 of file G4ErrorPhysicsList.cc.
|
protectedvirtual |
Implements G4VUserPhysicsList.
Definition at line 106 of file G4ErrorPhysicsList.cc.
|
protectedvirtual |
Reimplemented from G4VUserPhysicsList.
Definition at line 238 of file G4ErrorPhysicsList.cc.