ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "globals.hh"
#include "G4PhysicsConstructorRegistry.hh"
#include "G4VPhysicsConstructor.hh"
Go to the source code of this file.
Classes | |
class | G4VBasePhysConstrFactory |
class | G4PhysicsConstructorFactory< T > |
Macros | |
#define | G4_DECLARE_PHYSCONSTR_FACTORY(physics_constructor) const G4PhysicsConstructorFactory<physics_constructor>& physics_constructor##Factory = G4PhysicsConstructorFactory<physics_constructor>(#physics_constructor) |
#define | G4_DECLARE_PHYSCONSTR_FACTORY_NS(physics_constructor, nsname, pcbase) |
#define | REGREF 0 |
#define | G4_REFERENCE_PHYSCONSTR_FACTORY(physics_constructor) |
#define | G4_REFERENCE_PHYSCONSTR_FACTORY_NS(physics_constructor, nsname, pcbase) |
#define G4_DECLARE_PHYSCONSTR_FACTORY | ( | physics_constructor | ) | const G4PhysicsConstructorFactory<physics_constructor>& physics_constructor##Factory = G4PhysicsConstructorFactory<physics_constructor>(#physics_constructor) |
Definition at line 59 of file G4PhysicsConstructorFactory.hh.
View newest version in sPHENIX GitHub at line 59 of file G4PhysicsConstructorFactory.hh
#define G4_DECLARE_PHYSCONSTR_FACTORY_NS | ( | physics_constructor, | |
nsname, | |||
pcbase | |||
) |
Definition at line 65 of file G4PhysicsConstructorFactory.hh.
View newest version in sPHENIX GitHub at line 65 of file G4PhysicsConstructorFactory.hh
#define G4_REFERENCE_PHYSCONSTR_FACTORY | ( | physics_constructor | ) |
Definition at line 83 of file G4PhysicsConstructorFactory.hh.
View newest version in sPHENIX GitHub at line 83 of file G4PhysicsConstructorFactory.hh
#define G4_REFERENCE_PHYSCONSTR_FACTORY_NS | ( | physics_constructor, | |
nsname, | |||
pcbase | |||
) |
Definition at line 88 of file G4PhysicsConstructorFactory.hh.
View newest version in sPHENIX GitHub at line 88 of file G4PhysicsConstructorFactory.hh
#define REGREF 0 |
Definition at line 80 of file G4PhysicsConstructorFactory.hh.
View newest version in sPHENIX GitHub at line 80 of file G4PhysicsConstructorFactory.hh