26 #ifndef CUSTOMPHYSICSTABLE_hh 27 #define CUSTOMPHYSICSTABLE_hh 1 29 #ifndef CUSTOMPHYSICSFACTORY_hh 30 namespace larg4 {
class CustomPhysicsFactoryBase; }
33 #include "Geant4/G4VPhysicsConstructor.hh" 52 std::map<std::string,CustomPhysicsFactoryBase* >
theTable;
G4VPhysicsConstructor * GetPhysicsConstructor(std::string)
std::map< std::string, CustomPhysicsFactoryBase * > GetFullTable()
bool IsPhysicsAvailable(std::string)
std::map< std::string, CustomPhysicsFactoryBase * > theTable
std::vector< std::string > GetAvailablePhysicsList()
void AddPhysics(CustomPhysicsFactoryBase *)