CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/PhysicsTools/PatAlgos/python/cleaningLayer1/muonCleaner_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 cleanPatMuons = cms.EDProducer("PATMuonCleaner",
00004     src = cms.InputTag("selectedPatMuons"), 
00005 
00006     # preselection (any string-based cut for pat::Muon)
00007     preselection = cms.string(''),
00008 
00009     # overlap checking configurables
00010     checkOverlaps = cms.PSet(),
00011 
00012     # finalCut (any string-based cut for pat::Muon)
00013     finalCut = cms.string(''),
00014 )