00001 import FWCore.ParameterSet.Config as cms 00002 00003 dimuons = cms.EDFilter("CandViewShallowCloneCombiner", 00004 checkCharge = cms.bool(False), 00005 cut = cms.string('mass > 0'), 00006 # string decay = "goodMuons@+ goodMuons@-" 00007 decay = cms.string('selectedLayer1Muons@+ selectedLayer1Muons@-') 00008 ) 00009 00010