CMS 3D CMS Logo

Variables

l1GtParameters_cfi Namespace Reference

Variables

tuple l1GtParameters

Variable Documentation

Initial value:
00001 cms.ESProducer("L1GtParametersTrivialProducer",
00002     
00003     # number of bunch crossing in the GT readout record: 3 bx (standard), 5 bx (debug)
00004     TotalBxInEvent = cms.int32(3),
00005 
00006     # list of active boards for L1 GT DAQ record (actually 16 bits)
00007     # default: all active 0xFFFF
00008     DaqActiveBoards = cms.uint32(0xFFFF),
00009     
00010     # list of active boards for L1 GT EVM record (actually 16 bits)
00011     # default: all active 0xFFFF
00012     EvmActiveBoards = cms.uint32(0xFFFF),
00013     
00014     # number of Bx per board in the DAQ record
00015     DaqNrBxBoard = cms.vint32(3,
00016                               3, 3, 3, 3, 3, 3, 3,
00017                               3),
00018 
00019     # number of Bx per board in the EVM record
00020     EvmNrBxBoard = cms.vint32(1, 3),
00021     
00022     # length of BST record (in bytes) for L1 GT EVM record
00023     BstLengthBytes = cms.uint32(30)
00024     
00025     
00026 )

Definition at line 4 of file l1GtParameters_cfi.py.