CMS 3D CMS Logo

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

Variables

tuple l1GtEvmUnpack
 

Variable Documentation

tuple l1GtEvmUnpack_cfi.l1GtEvmUnpack
Initial value:
1 = cms.EDProducer("L1GlobalTriggerEvmRawToDigi",
2 
3  # input tag for GT EVM record:
4  # source = hardware record,
5  # l1GtEvmPack = GT EVM packer (DigiToRaw)
6  EvmGtInputTag = cms.InputTag("l1GtEvmPack"),
7 
8  # FED Id for GT EVM record
9  # default value defined in DataFormats/FEDRawData/src/FEDNumbering.cc
10  EvmGtFedId = cms.untracked.int32(812),
11 
12  # mask for active boards (actually 16 bits)
13  # if bit is zero, the corresponding board will not be unpacked
14  # default: no board masked
15  ActiveBoardsMask = cms.uint32(0xFFFF),
16 
17  # number of "bunch crossing in the event" (bxInEvent) to be unpacked
18  # symmetric around L1Accept (bxInEvent = 0):
19  # 1 (bxInEvent = 0); 3 (F 0 1) (standard record); 5 (E F 0 1 2) (debug record)
20  # even numbers (except 0) "rounded" to the nearest lower odd number
21  # negative value: unpack all available bxInEvent
22  # if more bxInEvent than available are required, unpack what exists and write a warning
23  UnpackBxInEvent = cms.int32(-1),
24 
25  # length of BST message (in bytes)
26  # if negative, take it from event setup
27  BstLengthBytes = cms.int32(-1)
28 
29 )

Definition at line 6 of file l1GtEvmUnpack_cfi.py.