44 for (
const auto &
f :
other.theFactories) {
61 vector<string> factoryNames =
config.getParameter<vector<string>>(
"TrajectoryFactoryNames");
62 for (
auto const &factoryName : factoryNames) {
64 std::unique_ptr<TObjArray> namePset(TString(factoryName.c_str()).Tokenize(
","));
65 if (namePset->GetEntriesFast() != 2) {
66 throw cms::Exception(
"BadConfig") <<
"@SUB=CombinedTrajectoryFactory"
67 <<
"TrajectoryFactoryNames must contain 2 comma "
68 <<
"separated strings, but is '" << factoryName <<
"'";