CMS 3D CMS Logo

muonCleaner_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 cleanLayer1Muons = cms.EDFilter("PATMuonCleaner",
00004     src = cms.InputTag("selectedLayer1Muons"), 
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 )

Generated on Tue Jun 9 17:41:44 2009 for CMSSW by  doxygen 1.5.4