Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
L1Trigger
GlobalTriggerAnalyzer
python
l1GtPackUnpackAnalyzer_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
l1GtPackUnpackAnalyzer = cms.EDAnalyzer(
"L1GtPackUnpackAnalyzer"
,
4
5
# input tag for the initial GT DAQ record:
6
# GT emulator: gtDigis
7
# GT unpacker: l1GtUnpack
8
InitialDaqGtInputTag = cms.InputTag(
"gtDigis"
),
9
10
# input tag for the initial GMT readout collection:
11
# gmtDigis = GMT emulator,
12
# l1GtUnpack = GT unpacker
13
InitialMuGmtInputTag = cms.InputTag(
"gmtDigis"
),
14
15
# input tag for the final GT DAQ and GMT records:
16
# GT unpacker: gtPackedUnpack (cloned unpacker from L1GtPackUnpackAnalyzer.cfg)
17
FinalGtGmtInputTag = cms.InputTag(
"gtPackedUnpack"
)
18
19
)
20
21
Config
Generated for CMSSW Reference Manual by
1.8.5