CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/CondTools/L1Trigger/python/L1GtRunSettingsViewer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L1GtRunSettingsViewer = cms.EDAnalyzer("L1GtRunSettingsViewer",
00004                                        prescalesKey = cms.string(""),
00005                                        maskAlgoKey = cms.string(""),
00006                                        maskTechKey = cms.string(""),
00007                                        maskVetoAlgoKey = cms.string(""),
00008                                        maskVetoTechKey = cms.string("")
00009                                        )