|
||||
File indexing completed on 2024-04-06 11:58:31
0001 import FWCore.ParameterSet.Config as cms 0002 0003 l1RPC_EventContent = cms.PSet( 0004 outputCommands = cms.untracked.vstring('drop *', 0005 'keep RPCDetIdRPCDigiMuonDigiCollection_*_*_*', 0006 'keep L1MuGMTCands_*_*_*', 0007 'keep L1MuGMTReadoutCollection_*_*_*') 0008 ) 0009 l1RPCEventSelection = cms.PSet( 0010 SelectEvents = cms.untracked.PSet( 0011 SelectEvents = cms.vstring('l1RPCHLTPath') 0012 ) 0013 ) 0014
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |