CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
muonCleaner_cfi.py
Go to the documentation of this file.
2 
3 cleanPatMuons = cms.EDProducer("PATMuonCleaner",
4  src = cms.InputTag("selectedPatMuons"),
5 
6  # preselection (any string-based cut for pat::Muon)
7  preselection = cms.string(''),
8 
9  # overlap checking configurables
10  checkOverlaps = cms.PSet(),
11 
12  # finalCut (any string-based cut for pat::Muon)
13  finalCut = cms.string(''),
14 )