CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PatTopSelectionAnalyzer_cfi.py
Go to the documentation of this file.
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 )