#include "globals.hh"#include "G4PhysicsConstructorRegistry.hh"#include "G4VPhysicsConstructor.hh"Go to the source code of this file.
Data Structures | |
| class | G4VBasePhysConstrFactory |
| class | G4PhysicsConstructorFactory< T > |
Defines | |
| #define | G4PhysicsConstructorFactory_h 1 |
| #define | G4_DECLARE_PHYSCONSTR_FACTORY(physics_constructor) const G4PhysicsConstructorFactory<physics_constructor>& physics_constructor##Factory = G4PhysicsConstructorFactory<physics_constructor>(#physics_constructor) |
| #define | G4_REFERENCE_PHYSCONSTR_FACTORY(physics_constructor) |
| #define G4_DECLARE_PHYSCONSTR_FACTORY | ( | physics_constructor | ) | const G4PhysicsConstructorFactory<physics_constructor>& physics_constructor##Factory = G4PhysicsConstructorFactory<physics_constructor>(#physics_constructor) |
Definition at line 60 of file G4PhysicsConstructorFactory.hh.
| #define G4_REFERENCE_PHYSCONSTR_FACTORY | ( | physics_constructor | ) |
Value:
class physics_constructor; \ extern const G4PhysicsConstructorFactory<physics_constructor>& physics_constructor##Factory; \ const G4PhysicsConstructorFactory<physics_constructor>& physics_constructor##FactoryRef = physics_constructor##Factory
Definition at line 63 of file G4PhysicsConstructorFactory.hh.
| #define G4PhysicsConstructorFactory_h 1 |
Definition at line 27 of file G4PhysicsConstructorFactory.hh.
1.4.7