CMS 3D CMS Logo

TriggerMenu_cff.py
Go to the documentation of this file.
1 #
2 # WARNING: This file is in the L1T configuration critical path.
3 #
4 # All changes must be explicitly discussed with the L1T offline coordinator.
5 #
6 import FWCore.ParameterSet.Config as cms
7 
8 L1TUtmTriggerMenuRcdSource = cms.ESSource("EmptyESSource",
9  recordName = cms.string('L1TUtmTriggerMenuRcd'),
10  iovIsRunNotTime = cms.bool(True),
11  firstValid = cms.vuint32(1)
12 )
13 
14 TriggerMenu = cms.ESProducer("L1TUtmTriggerMenuESProducer",
15  # XML file for Global Trigger menu (menu.xml)
16  L1TriggerMenuFile = cms.string('Overide_This_Value.xml'),
17 )