CMS 3D CMS Logo

Variables

muonCleaner_cfi Namespace Reference

Variables

tuple cleanPatMuons

Variable Documentation

Initial value:
00001 cms.EDProducer("PATMuonCleaner",
00002     src = cms.InputTag("selectedPatMuons"), 
00003 
00004     # preselection (any string-based cut for pat::Muon)
00005     preselection = cms.string(''),
00006 
00007     # overlap checking configurables
00008     checkOverlaps = cms.PSet(),
00009 
00010     # finalCut (any string-based cut for pat::Muon)
00011     finalCut = cms.string(''),
00012 )

Definition at line 3 of file muonCleaner_cfi.py.