25 #ifndef CUSTOMPHYSICSTABLE_hh 26 #define CUSTOMPHYSICSTABLE_hh 1 28 #ifndef CUSTOMPHYSICSFACTORY_hh 30 namespace garg4 {
class CustomPhysicsFactoryBase; }
34 #include "Geant4/G4VPhysicsConstructor.hh" 44 std::vector<std::string> GetAvailablePhysicsList();
46 G4VPhysicsConstructor * GetPhysicsConstructor(
std::string);
53 std::map<std::string,CustomPhysicsFactoryBase* >
theTable;
std::map< std::string, CustomPhysicsFactoryBase * > theTable
std::map< std::string, CustomPhysicsFactoryBase * > GetFullTable()
General GArSoft Utilities.