CMS 3D CMS Logo

L1TGlobalSummary_cfi.py
Go to the documentation of this file.
1 #
2 import FWCore.ParameterSet.Config as cms
3 
4 L1TGlobalSummary = cms.EDAnalyzer("L1TGlobalSummary",
5  AlgInputTag = cms.InputTag("gtStage2Digis"),
6  ExtInputTag = cms.InputTag("gtStage2Digis"),
7 
8  MinBx = cms.int32(-2),
9  MaxBx = cms.int32(2),
10  DumpRecord = cms.bool(False), # print raw uGT record
11  DumpTrigResults= cms.bool(False),
12  DumpTrigSummary= cms.bool(True),
13  ReadPrescalesFromFile= cms.bool(False)
14 )