48class G4CrossSectionFactoryRegistry
50 friend std::ostream&
operator<<(std::ostream&,
const G4CrossSectionFactoryRegistry&);
52 std::map<G4String, G4VBaseXSFactory*> factories;
53 static G4CrossSectionFactoryRegistry* instance;
54 G4CrossSectionFactoryRegistry();
55 G4CrossSectionFactoryRegistry(
const G4CrossSectionFactoryRegistry& );
56 G4CrossSectionFactoryRegistry& operator=(
const G4CrossSectionFactoryRegistry&);
59 static G4CrossSectionFactoryRegistry*
Instance();