CMS 3D CMS Logo

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  tcdsRecordLabel= cms.InputTag("")
12  ## tcdsRecordLabel= cms.InputTag("tcdsDigis","tcdsRecord") ## use this tag to trigger fetching the tcds record and set the Prefire veto bit
13 )
14 
15 simGtExtUnprefireable = simGtExtFakeProd.clone(
16  tcdsRecordLabel = cms.InputTag("tcdsDigis","tcdsRecord")
17 )
18