Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:20:33

0001 #
0002 # WARNING: This file is in the L1T configuration critical path.
0003 #
0004 # All changes must be explicitly discussed with the L1T offline coordinator.
0005 #
0006 import FWCore.ParameterSet.Config as cms
0007 
0008 L1TUtmTriggerMenuRcdSource = cms.ESSource("EmptyESSource",
0009     recordName = cms.string('L1TUtmTriggerMenuRcd'),
0010     iovIsRunNotTime = cms.bool(True),
0011     firstValid = cms.vuint32(1)
0012 )
0013 
0014 TriggerMenu = cms.ESProducer("L1TUtmTriggerMenuESProducer",
0015     # XML file for Global Trigger menu (menu.xml) 
0016     L1TriggerMenuFile = cms.string('Overide_This_Value.xml'),
0017 )