CMS 3D CMS Logo

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

Variables

tuple l1GtUnpack
 

Variable Documentation

tuple l1GtUnpack_cfi.l1GtUnpack
Initial value:
1 = cms.EDProducer("L1GlobalTriggerRawToDigi",
2 
3  # input tag for GT readout collection:
4  # source = hardware record,
5  # l1GtPack = GT packer (DigiToRaw)
6  DaqGtInputTag = cms.InputTag("l1GtPack"),
7 
8  # FED Id for GT DAQ record
9  # default value defined in DataFormats/FEDRawData/src/FEDNumbering.cc
10  DaqGtFedId = cms.untracked.int32(813),
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 )

Definition at line 3 of file l1GtUnpack_cfi.py.