Main Page
Namespaces
Classes
Package Documentation
L1Trigger
L1TGlobal
python
simGtExtFakeProd_cfi.py
Go to the documentation of this file.
1
2
import
FWCore.ParameterSet.Config
as
cms
3
4
simGtExtFakeProd = cms.EDProducer(
"L1TExtCondProducer"
,
5
bxFirst = cms.int32(-2),
6
bxLast = cms.int32(2),
7
setBptxAND = cms.bool(
True
),
8
setBptxPlus = cms.bool(
True
),
9
setBptxMinus = cms.bool(
True
),
10
setBptxOR = cms.bool(
True
),
11
)
12
Generated for CMSSW Reference Manual by
1.8.11