CMS 3D CMS Logo

L1TriggerKeyOnline_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 L1TriggerKeyOnline = cms.ESProducer("L1TriggerKeyOnlineProd",
4  subsystemLabels = cms.vstring( 'CSCTF', 'DTTF', 'RPC', 'GMT',
5  'RCT', 'GCT', 'GT', 'TSP0' )
6 )
7 
8