CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
dimuons_cfi.py
Go to the documentation of this file.
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