15 std::map<std::string, const ICreator*>::const_iterator
it =
s_creators().find(
name);
18 throw std::runtime_error(
"Pythia 8 UserResonanceFactory: cannot create user resonance " +
name);
20 return it->second->create(pdgid);
25 static std::map<std::string, const UserResonanceFactory::ICreator*> creators;