Main Page
Namespaces
Classes
Package Documentation
ElectroWeakAnalysis
Skimming
python
dimuons_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
dimuons = cms.EDProducer(
"CandViewShallowCloneCombiner"
,
4
checkCharge = cms.bool(
False
),
5
cut = cms.string(
'mass > 0'
),
6
# string decay = "goodMuons@+ goodMuons@-"
7
# decay = cms.string('selectedLayer1Muons@+ selectedLayer1Muons@-')
8
decay = cms.string(
'selectedPatMuonsTriggerMatch@+ selectedPatMuonsTriggerMatch@-'
)
9
)
10
11
Generated for CMSSW Reference Manual by
1.8.11