CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
l1GtTriggerMenuTester_cfi.py
Go to the documentation of this file.
2 
3 l1GtTriggerMenuTester = cms.EDAnalyzer( "L1GtTriggerMenuTester",
4  OverwriteHtmlFile = cms.bool(False),
5  HtmlFile = cms.string(""),
6  UseHltMenu = cms.bool(False),
7  HltProcessName = cms.string("L1GtTriggerMenuTester"),
8  NoThrowIncompatibleMenu = cms.bool(True),
9  PrintPfsRates = cms.bool(False),
10  IndexPfSet = cms.int32(0)
11  )