39#ifndef G4CROSSSECTIONFACTORYREGISTRY_HH
40#define G4CROSSSECTIONFACTORYREGISTRY_HH
52 std::map<G4String, G4VBaseXSFactory*> factories;
std::ostream & operator<<(std::ostream &msg, const G4CrossSectionFactoryRegistry &rhs)
static G4CrossSectionFactoryRegistry * Instance()
friend std::ostream & operator<<(std::ostream &, const G4CrossSectionFactoryRegistry &)
G4VBaseXSFactory * GetFactory(const G4String &name, G4bool abortIfNotFound=true) const
void Register(const G4String &name, G4VBaseXSFactory *factory)