CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCTFObjectKeysOnline_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 process = cms.Process("")
4 process.load("CondTools.L1Trigger.L1TriggerKeyDummy_cff")
5 process.L1TriggerKeyDummy.objectKeys = cms.VPSet()
6 process.L1TriggerKeyDummy.label = cms.string('SubsystemKeysOnly')
7 process.load("L1TriggerConfig.CSCTFConfigProducers.CSCTFObjectKeysOnline_cfi")