Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
L1TriggerConfig
RPCTriggerConfig
python
RPCBxOrConfig_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
l1RPCBxOrConfig = cms.ESProducer(
"RPCTriggerBxOrConfig"
,
4
lastBX = cms.int32(0),
5
firstBX = cms.int32(0)
6
)
7
8
rpcBxOrConfSrc = cms.ESSource(
"EmptyESSource"
,
9
recordName = cms.string(
'L1RPCBxOrConfigRcd'
),
10
iovIsRunNotTime = cms.bool(
True
),
11
firstValid = cms.vuint32(1)
12
)
13
Config
Generated for CMSSW Reference Manual by
1.8.5