CMS 3D CMS Logo

L1O2OTestAnalyzerExt_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 L1O2OTestAnalyzerExt = cms.EDAnalyzer("L1O2OTestAnalyzerExt",
4  printL1TriggerKeyExt = cms.bool(True),
5  printL1TriggerKeyListExt = cms.bool(True),
6  printPayloadTokens = cms.bool(True),
7  printESRecords = cms.bool(True),
8  recordsToPrint = cms.vstring()
9 # 'L1TUtmTriggerMenuRcd' ) # Run Settings records
10  )