CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
l1Muon_EventContent_cff.py
Go to the documentation of this file.
2 
3 l1Muon_EventContent = cms.PSet(
4  outputCommands = cms.untracked.vstring('drop *',
5  'keep CSCDetIdCSCWireDigiMuonDigiCollection_*_*_*',
6  'keep CSCDetIdCSCStripDigiMuonDigiCollection_*_*_*',
7  'keep DTLayerIdDTDigiMuonDigiCollection_*_*_*',
8  'keep RPCDetIdRPCDigiMuonDigiCollection_*_*_*',
9  'keep L1MuGMTCands_*_*_*',
10  'keep L1MuGMTReadoutCollection_*_*_*')
11 )
12 l1MuonEventSelection = cms.PSet(
13  SelectEvents = cms.untracked.PSet(
14  SelectEvents = cms.vstring('l1MuonHLTPath')
15  )
16 )
17