Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
EventFilter
L1GlobalTriggerRawToDigi
python
l1GtEvmPack_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
l1GtEvmPack = cms.EDProducer(
"L1GTEvmDigiToRaw"
,
4
5
# FED Id for GT EVM record
6
# default value defined in DataFormats/FEDRawData/src/FEDNumbering.cc
7
EvmGtFedId = cms.untracked.int32(812),
8
9
# input tag for GT readout record:
10
# gtDigis = GT emulator,
11
# l1GtEvmUnpack = GT EVM unpacker
12
EvmGtInputTag = cms.InputTag(
"gtDigis"
),
13
14
# mask for active boards (actually 16 bits)
15
# if bit is zero, the corresponding board will not be packed
16
# default: no board masked
17
ActiveBoardsMask = cms.uint32(0xFFFF)
18
)
19
20
Generated for CMSSW Reference Manual by
1.8.5