CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/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                                        )