CMS 3D CMS Logo

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

Variables

tuple l1GtEvmPack
 

Variable Documentation

tuple l1GtEvmPack_cfi.l1GtEvmPack
Initial value:
1 = cms.EDProducer("L1GTEvmDigiToRaw",
2 
3  # FED Id for GT EVM record
4  # default value defined in DataFormats/FEDRawData/src/FEDNumbering.cc
5  EvmGtFedId = cms.untracked.int32(812),
6 
7  # input tag for GT readout record:
8  # gtDigis = GT emulator,
9  # l1GtEvmUnpack = GT EVM unpacker
10  EvmGtInputTag = cms.InputTag("gtDigis"),
11 
12  # mask for active boards (actually 16 bits)
13  # if bit is zero, the corresponding board will not be packed
14  # default: no board masked
15  ActiveBoardsMask = cms.uint32(0xFFFF)
16 )

Definition at line 3 of file l1GtEvmPack_cfi.py.