|
Geant4
10.03.p03
|
#include <G4PhysicsConstructorRegistry.hh>
Public Member Functions | |
| ~G4PhysicsConstructorRegistry () | |
| void | Register (G4VPhysicsConstructor *) |
| void | DeRegister (G4VPhysicsConstructor *) |
| void | Clean () |
| void | AddFactory (G4String, G4VBasePhysConstrFactory *) |
| G4VPhysicsConstructor * | GetPhysicsConstructor (const G4String &name) |
| G4bool | IsKnownPhysicsConstructor (const G4String &name) |
| std::vector< G4String > | AvailablePhysicsConstructors () const |
| void | PrintAvailablePhysicsConstructors () const |
Static Public Member Functions | |
| static G4PhysicsConstructorRegistry * | Instance () |
Definition at line 57 of file G4PhysicsConstructorRegistry.hh.
| G4PhysicsConstructorRegistry::~G4PhysicsConstructorRegistry | ( | ) |
Definition at line 62 of file G4PhysicsConstructorRegistry.cc.

| void G4PhysicsConstructorRegistry::AddFactory | ( | G4String | name, |
| G4VBasePhysConstrFactory * | factory | ||
| ) |
Definition at line 108 of file G4PhysicsConstructorRegistry.cc.

| std::vector< G4String > G4PhysicsConstructorRegistry::AvailablePhysicsConstructors | ( | ) | const |
Definition at line 140 of file G4PhysicsConstructorRegistry.cc.

| void G4PhysicsConstructorRegistry::Clean | ( | ) |
Definition at line 67 of file G4PhysicsConstructorRegistry.cc.

| void G4PhysicsConstructorRegistry::DeRegister | ( | G4VPhysicsConstructor * | p | ) |
Definition at line 94 of file G4PhysicsConstructorRegistry.cc.
| G4VPhysicsConstructor * G4PhysicsConstructorRegistry::GetPhysicsConstructor | ( | const G4String & | name | ) |
Definition at line 113 of file G4PhysicsConstructorRegistry.cc.


|
static |
Definition at line 50 of file G4PhysicsConstructorRegistry.cc.

Definition at line 134 of file G4PhysicsConstructorRegistry.cc.

| void G4PhysicsConstructorRegistry::PrintAvailablePhysicsConstructors | ( | ) | const |
Definition at line 151 of file G4PhysicsConstructorRegistry.cc.

| void G4PhysicsConstructorRegistry::Register | ( | G4VPhysicsConstructor * | p | ) |
Definition at line 82 of file G4PhysicsConstructorRegistry.cc.