CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/PhysicsTools/PatExamples/python/PatTopSelectionAnalyzer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 analyzePatTopSelection = cms.EDAnalyzer("PatTopSelectionAnalyzer",
00004     elecs = cms.untracked.InputTag("selectedPatElectrons"),
00005     muons = cms.untracked.InputTag("selectedPatMuons"),                                             
00006     jets  = cms.untracked.InputTag("selectedPatJets"),
00007     met   = cms.untracked.InputTag("patMETs")
00008 )