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