CMS 3D CMS Logo

l1RPC_EventContent_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 l1RPC_EventContent = cms.PSet(
4  outputCommands = cms.untracked.vstring('drop *',
5  'keep RPCDetIdRPCDigiMuonDigiCollection_*_*_*',
6  'keep L1MuGMTCands_*_*_*',
7  'keep L1MuGMTReadoutCollection_*_*_*')
8 )
9 l1RPCEventSelection = cms.PSet(
10  SelectEvents = cms.untracked.PSet(
11  SelectEvents = cms.vstring('l1RPCHLTPath')
12  )
13 )
14