|
Geant4.10
|
#include <G4PhysicsConstructorRegistry.hh>
Public Member Functions | |
| ~G4PhysicsConstructorRegistry () | |
| void | Register (G4VPhysicsConstructor *) |
| void | DeRegister (G4VPhysicsConstructor *) |
| void | Clean () |
| void | AddFactory (G4String, G4VBasePhysConstrFactory *) |
| G4VPhysicsConstructor * | GetPhysicsConstructor (const G4String &name) |
Static Public Member Functions | |
| static G4PhysicsConstructorRegistry * | Instance () |
Definition at line 57 of file G4PhysicsConstructorRegistry.hh.
| G4PhysicsConstructorRegistry::~G4PhysicsConstructorRegistry | ( | ) |
| void G4PhysicsConstructorRegistry::AddFactory | ( | G4String | name, |
| G4VBasePhysConstrFactory * | factory | ||
| ) |
Definition at line 107 of file G4PhysicsConstructorRegistry.cc.
Referenced by G4PhysicsConstructorFactory< T >::G4PhysicsConstructorFactory().
| void G4PhysicsConstructorRegistry::Clean | ( | ) |
Definition at line 66 of file G4PhysicsConstructorRegistry.cc.
References n.
Referenced by ~G4PhysicsConstructorRegistry().
| void G4PhysicsConstructorRegistry::DeRegister | ( | G4VPhysicsConstructor * | p | ) |
| G4VPhysicsConstructor * G4PhysicsConstructorRegistry::GetPhysicsConstructor | ( | const G4String & | name | ) |
Definition at line 112 of file G4PhysicsConstructorRegistry.cc.
References FatalException, G4endl, and G4Exception().
|
static |
Definition at line 49 of file G4PhysicsConstructorRegistry.cc.
References G4ThreadLocal.
Referenced by G4PhysicsConstructorFactory< T >::G4PhysicsConstructorFactory().
| void G4PhysicsConstructorRegistry::Register | ( | G4VPhysicsConstructor * | p | ) |
1.8.7