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 ----------------------------------------------------------------------*/
5 
6 namespace edm {
7 
9  EDInputSource(pset, desc) {}
10 
12 
13  void
14  VectorInputSource::dropUnwantedBranches(std::vector<std::string> const& wantedBranches) {
15  this->dropUnwantedBranches_(wantedBranches);
16  }
17 
18  void
20  cache.clearEventPrincipal();
21  }
22 }
void dropUnwantedBranches(std::vector< std::string > const &wantedBranches)
void clearEventPrincipal(EventPrincipal &cache)
VectorInputSource(ParameterSet const &pset, InputSourceDescription const &desc)
virtual void dropUnwantedBranches_(std::vector< std::string > const &wantedBranches)=0