Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
FWCore
Sources
src
VectorInputSource.cc
Go to the documentation of this file.
1
/*----------------------------------------------------------------------
2
----------------------------------------------------------------------*/
3
#include "
FWCore/Sources/interface/VectorInputSource.h
"
4
5
namespace
edm {
6
7
VectorInputSource::VectorInputSource
(
ParameterSet
const
& pset,
InputSourceDescription
const
& desc) :
8
EDInputSource
(pset, desc) {}
9
10
VectorInputSource::~VectorInputSource
() {}
11
12
void
13
VectorInputSource::dropUnwantedBranches
(std::vector<std::string>
const
& wantedBranches) {
14
this->
dropUnwantedBranches_
(wantedBranches);
15
}
16
}
edm::VectorInputSource::dropUnwantedBranches
void dropUnwantedBranches(std::vector< std::string > const &wantedBranches)
Definition:
VectorInputSource.cc:13
edm::EDInputSource
Definition:
EDInputSource.h:19
edm::InputSourceDescription
Definition:
InputSourceDescription.h:17
edm::VectorInputSource::~VectorInputSource
virtual ~VectorInputSource()
Definition:
VectorInputSource.cc:10
edm::VectorInputSource::VectorInputSource
VectorInputSource(ParameterSet const &pset, InputSourceDescription const &desc)
Definition:
VectorInputSource.cc:7
edm::ParameterSet
Definition:
ParameterSet.h:35
edm::VectorInputSource::dropUnwantedBranches_
virtual void dropUnwantedBranches_(std::vector< std::string > const &wantedBranches)=0
VectorInputSource.h
Generated for CMSSW Reference Manual by
1.8.5