CMS 3D CMS Logo

Variables

l1GtPack_cfi Namespace Reference

Variables

tuple l1GtPack

Variable Documentation

Initial value:
00001 cms.EDProducer("L1GTDigiToRaw",
00002 
00003     # FED Id for GT DAQ record 
00004     # default value defined in DataFormats/FEDRawData/src/FEDNumbering.cc
00005     DaqGtFedId = cms.untracked.int32(813),
00006     
00007     # input tag for GT readout record: 
00008     #     gtDigis         = GT emulator, 
00009     #     l1GtUnpack      = GT unpacker 
00010     DaqGtInputTag = cms.InputTag("simGtDigis"),
00011     
00012     # input tag for GMT readout collection: 
00013     #     gmtDigis       = GMT emulator, 
00014     #     l1GtUnpack     = GT unpacker 
00015     MuGmtInputTag = cms.InputTag("simGmtDigis"),
00016 
00017     # mask for active boards (actually 16 bits)
00018     #      if bit is zero, the corresponding board will not be packed
00019     #      default: no board masked
00020     ActiveBoardsMask = cms.uint32(0xFFFF)
00021 )

Definition at line 3 of file l1GtPack_cfi.py.