8 catalog_(pset.getUntrackedParameter<std::vector<std::string> >(
"fileNames"),
9 pset.getUntrackedParameter<std::string>(
"overrideCatalog", std::string())) {
16 std::vector<std::string> defaultStrings;
17 desc.
addUntracked<std::vector<std::string> >(
"fileNames", defaultStrings)
18 ->setComment(
"Names of files to be processed.");
19 desc.
addUntracked<std::string>(
"overrideCatalog", std::string());
ParameterDescriptionBase * addUntracked(U const &iLabel, T const &value)