Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 l1Muon_EventContent = cms.PSet(
00004 outputCommands = cms.untracked.vstring('drop *',
00005 'keep CSCDetIdCSCWireDigiMuonDigiCollection_*_*_*',
00006 'keep CSCDetIdCSCStripDigiMuonDigiCollection_*_*_*',
00007 'keep DTLayerIdDTDigiMuonDigiCollection_*_*_*',
00008 'keep RPCDetIdRPCDigiMuonDigiCollection_*_*_*',
00009 'keep L1MuGMTCands_*_*_*',
00010 'keep L1MuGMTReadoutCollection_*_*_*')
00011 )
00012 l1MuonEventSelection = cms.PSet(
00013 SelectEvents = cms.untracked.PSet(
00014 SelectEvents = cms.vstring('l1MuonHLTPath')
00015 )
00016 )
00017