24 #ifndef CUSTOMPHYSICSTABLE_hh 25 #define CUSTOMPHYSICSTABLE_hh 1 30 class G4VPhysicsConstructor;
33 class CustomPhysicsFactoryBase;
46 std::map<std::string, CustomPhysicsFactoryBase*>
theTable;
G4VPhysicsConstructor * GetPhysicsConstructor(std::string const &physicsName)
std::map< std::string, CustomPhysicsFactoryBase * > const & GetFullTable()
std::vector< std::string > GetAvailablePhysicsList()
void AddPhysics(CustomPhysicsFactoryBase *)
std::map< std::string, CustomPhysicsFactoryBase * > theTable
CustomPhysicsTable * TheCustomPhysicsTable
bool IsPhysicsAvailable(std::string const &)
CustomPhysicsTable()=default