CMS 3D CMS Logo

PatTopSelectionAnalyzer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 analyzePatTopSelection = cms.EDAnalyzer("PatTopSelectionAnalyzer",
4  elecs = cms.untracked.InputTag("selectedPatElectrons"),
5  muons = cms.untracked.InputTag("selectedPatMuons"),
6  jets = cms.untracked.InputTag("selectedPatJets"),
7  met = cms.untracked.InputTag("patMETs")
8 )