CMS 3D CMS Logo

dimuons_cfi.py

Go to the documentation of this file.
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 

Generated on Tue Jun 9 17:34:20 2009 for CMSSW by  doxygen 1.5.4