1
2
3
4
5
6
7
8
9
|
import FWCore.ParameterSet.Config as cms
L1GtRunSettingsViewer = cms.EDAnalyzer("L1GtRunSettingsViewer",
prescalesKey = cms.string(""),
maskAlgoKey = cms.string(""),
maskTechKey = cms.string(""),
maskVetoAlgoKey = cms.string(""),
maskVetoTechKey = cms.string("")
)
|