CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/ElectroWeakAnalysis/Skimming/python/dimuons_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 dimuons = cms.EDProducer("CandViewShallowCloneCombiner",
00004     checkCharge = cms.bool(False),
00005     cut = cms.string('mass > 0'),
00006     #  string decay = "goodMuons@+ goodMuons@-"
00007 #    decay = cms.string('selectedLayer1Muons@+ selectedLayer1Muons@-')
00008     decay = cms.string('selectedPatMuonsTriggerMatch@+ selectedPatMuonsTriggerMatch@-')
00009 )
00010 
00011