CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
l1GtParameters_cfi Namespace Reference

Variables

tuple l1GtParameters
 

Variable Documentation

tuple l1GtParameters_cfi.l1GtParameters
Initial value:
1 = cms.ESProducer("L1GtParametersTrivialProducer",
2 
3  # number of bunch crossing in the GT readout record: 3 bx (standard), 5 bx (debug)
4  TotalBxInEvent = cms.int32(3),
5 
6  # list of active boards for L1 GT DAQ record (actually 16 bits)
7  # default: all active 0xFFFF
8  DaqActiveBoards = cms.uint32(0xFFFF),
9 
10  # list of active boards for L1 GT EVM record (actually 16 bits)
11  # default: all active 0xFFFF
12  EvmActiveBoards = cms.uint32(0xFFFF),
13 
14  # number of Bx per board in the DAQ record
15  DaqNrBxBoard = cms.vint32(3,
16  3, 3, 3, 3, 3, 3, 3,
17  3),
18 
19  # number of Bx per board in the EVM record
20  EvmNrBxBoard = cms.vint32(1, 3),
21 
22  # length of BST record (in bytes) for L1 GT EVM record
23  BstLengthBytes = cms.uint32(30)
24 
25 
26 )

Definition at line 4 of file l1GtParameters_cfi.py.