|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4VPhysicsConstructor.hh>
Public Types | |
| using | PhysicsBuilders_V = std::vector<G4PhysicsBuilderInterface*> |
Public Member Functions | |
| void | initialize () |
Public Attributes | |
| G4ParticleTable::G4PTblDicIterator * | _aParticleIterator |
| PhysicsBuilders_V * | _builders = nullptr |
Definition at line 64 of file G4VPhysicsConstructor.hh.
| using G4VPCData::PhysicsBuilders_V = std::vector<G4PhysicsBuilderInterface*> |
Definition at line 70 of file G4VPhysicsConstructor.hh.
| void G4VPCData::initialize | ( | ) |
Definition at line 42 of file G4VPhysicsConstructor.cc.
| G4ParticleTable::G4PTblDicIterator* G4VPCData::_aParticleIterator |
Definition at line 72 of file G4VPhysicsConstructor.hh.
Referenced by initialize().
| PhysicsBuilders_V* G4VPCData::_builders = nullptr |
Definition at line 74 of file G4VPhysicsConstructor.hh.
Referenced by initialize().