CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/FWCore/Sources/src/VectorInputSource.cc

Go to the documentation of this file.
00001 /*----------------------------------------------------------------------
00002 ----------------------------------------------------------------------*/
00003 #include "FWCore/Sources/interface/VectorInputSource.h"
00004 
00005 namespace edm {
00006 
00007   VectorInputSource::VectorInputSource(ParameterSet const& pset, InputSourceDescription const& desc) :
00008     EDInputSource(pset, desc) {}
00009 
00010   VectorInputSource::~VectorInputSource() {}
00011 
00012   void
00013   VectorInputSource::dropUnwantedBranches(std::vector<std::string> const& wantedBranches) {
00014     this->dropUnwantedBranches_(wantedBranches);
00015   }
00016 }