test
CMS 3D CMS Logo

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

Variables

tuple l1GtPack
 

Variable Documentation

tuple l1GtPack_cfi.l1GtPack
Initial value:
1 = cms.EDProducer("L1GTDigiToRaw",
2 
3  # FED Id for GT DAQ record
4  # default value defined in DataFormats/FEDRawData/src/FEDNumbering.cc
5  DaqGtFedId = cms.untracked.int32(813),
6 
7  # input tag for GT readout record:
8  # gtDigis = GT emulator,
9  # l1GtUnpack = GT unpacker
10  DaqGtInputTag = cms.InputTag("simGtDigis"),
11 
12  # input tag for GMT readout collection:
13  # gmtDigis = GMT emulator,
14  # l1GtUnpack = GT unpacker
15  MuGmtInputTag = cms.InputTag("simGmtDigis"),
16 
17  # mask for active boards (actually 16 bits)
18  # if bit is zero, the corresponding board will not be packed
19  # default: no board masked
20  ActiveBoardsMask = cms.uint32(0xFFFF)
21 )

Definition at line 3 of file l1GtPack_cfi.py.