74 : recoGsfElectronCollectionToken_(
76 edmValueMapFloatToken_(consumes<
edm::ValueMap<
float> >(iConfig.getParameter<
edm::
InputTag>(
"eidsrc"))),
77 eid_(iConfig.getParameter<
int>(
"eid")) {
78 produces<reco::GsfElectronCollection>();
97 if ((eIDmap[electronRef]) ==
eid_)
102 std::unique_ptr<reco::GsfElectronCollection>
collection(product);
edm::EDGetTokenT< edm::ValueMap< float > > edmValueMapFloatToken_
SingleObjectSelector< reco::MuonCollection, StringCutObjectSelector< reco::Muon > > TauValMuonSelector
std::vector< GsfElectron > GsfElectronCollection
collection of GsfElectron objects
SingleObjectSelector< reco::PFJetCollection, StringCutObjectSelector< reco::PFJet > > TauValPFJetSelector
ElectronIdFilter(const edm::ParameterSet &)
SingleObjectSelector< reco::GenParticleCollection, StringCutObjectSelector< reco::GenParticle > > TauValGenPSelector
#define DEFINE_FWK_MODULE(type)
SingleObjectSelector< std::vector< reco::Jet >, StringCutObjectSelector< reco::Jet > > TauValJetSelector
SingleObjectSelector< reco::GenParticleRefVector, StringCutObjectSelector< reco::GenParticleRef > > TauValGenPRefSelector
SingleObjectSelector< edm::View< reco::GsfElectron >, StringCutObjectSelector< reco::GsfElectron >, reco::GsfElectronCollection > TauValElectronSelector
bool filter(edm::StreamID, edm::Event &, const edm::EventSetup &) const override
edm::EDGetTokenT< reco::GsfElectronCollection > recoGsfElectronCollectionToken_