Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004 l1GtParameters = cms.ESProducer("L1GtParametersTrivialProducer",
00005
00006
00007 TotalBxInEvent = cms.int32(3),
00008
00009
00010
00011 DaqActiveBoards = cms.uint32(0xFFFF),
00012
00013
00014
00015 EvmActiveBoards = cms.uint32(0xFFFF),
00016
00017
00018 DaqNrBxBoard = cms.vint32(3,
00019 3, 3, 3, 3, 3, 3, 3,
00020 3),
00021
00022
00023 EvmNrBxBoard = cms.vint32(1, 3),
00024
00025
00026 BstLengthBytes = cms.uint32(30)
00027
00028
00029 )
00030
00031