#include <G4PhysicsConstructorFactory.hh>
Inheritance diagram for G4PhysicsConstructorFactory< T >:

Public Member Functions | |
| G4PhysicsConstructorFactory (const G4String &name) | |
| virtual G4VPhysicsConstructor * | Instantiate () |
Definition at line 44 of file G4PhysicsConstructorFactory.hh.
| G4PhysicsConstructorFactory< T >::G4PhysicsConstructorFactory | ( | const G4String & | name | ) | [inline] |
Definition at line 48 of file G4PhysicsConstructorFactory.hh.
References G4PhysicsConstructorRegistry::AddFactory(), and G4PhysicsConstructorRegistry::Instance().
00049 { 00050 G4PhysicsConstructorRegistry::Instance()->AddFactory(name, this); 00051 }
| virtual G4VPhysicsConstructor* G4PhysicsConstructorFactory< T >::Instantiate | ( | ) | [inline, virtual] |
1.4.7