Main Page
Namespaces
Classes
Package Documentation
PhysicsTools
PatAlgos
python
cleaningLayer1
muonCleaner_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
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
)
Generated for CMSSW Reference Manual by
1.8.11