Line Code
1 2 3 4 5 6 7 8 9 10
import FWCore.ParameterSet.Config as cms

L1O2OTestAnalyzerExt = cms.EDAnalyzer("L1O2OTestAnalyzerExt",
                                   printL1TriggerKeyExt = cms.bool(True),
                                   printL1TriggerKeyListExt = cms.bool(True),
                                   printPayloadTokens = cms.bool(True),
                                   printESRecords = cms.bool(True),
                                   recordsToPrint = cms.vstring()
#    'L1TUtmTriggerMenuRcd' ) # Run Settings records
                                  )