Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
L1TriggerConfig
L1GtConfigProducers
python
l1GtTriggerMenuXml_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# cfi for L1 GT Trigger Menu produced from an XML file
4
5
l1GtTriggerMenuXml = cms.ESProducer(
"L1GtTriggerMenuXmlProducer"
,
6
7
# choose luminosity directory
8
TriggerMenuLuminosity = cms.string(
'startup'
),
9
10
# XML file for Global Trigger menu (def.xml)
11
DefXmlFile = cms.string(
'L1Menu_Commissioning2009_v1_L1T_Scales_20080926_startup_Imp0.xml'
),
12
13
# XML file for Global Trigger VME configuration (vme.xml)
14
VmeXmlFile = cms.string(
''
)
15
)
16
17
Config
Generated for CMSSW Reference Manual by
1.8.5