CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
VectorInputSource.cc
Go to the documentation of this file.
1 /*----------------------------------------------------------------------
2 ----------------------------------------------------------------------*/
4 
5 namespace edm {
6 
8  EDInputSource(pset, desc) {}
9 
11 
12  void
13  VectorInputSource::dropUnwantedBranches(std::vector<std::string> const& wantedBranches) {
14  this->dropUnwantedBranches_(wantedBranches);
15  }
16 }
void dropUnwantedBranches(std::vector< std::string > const &wantedBranches)
VectorInputSource(ParameterSet const &pset, InputSourceDescription const &desc)
virtual void dropUnwantedBranches_(std::vector< std::string > const &wantedBranches)=0