CMS 3D CMS Logo

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

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