CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ExternalInputSource.cc
Go to the documentation of this file.
4 
5 namespace edm {
7  ConfigurableInputSource(pset, desc, realData),
8  catalog_(pset.getUntrackedParameter<std::vector<std::string> >("fileNames"),
9  pset.getUntrackedParameter<std::string>("overrideCatalog", std::string())) {
10  }
11 
13 
14  void
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());
21  }
22 }
23 
24 
ParameterDescriptionBase * addUntracked(U const &iLabel, T const &value)
static void fillDescription(ParameterSetDescription &desc)
static void fillDescription(ParameterSetDescription &desc)
ExternalInputSource(ParameterSet const &pset, InputSourceDescription const &desc, bool realData=true)