CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/L1TriggerConfig/L1GtConfigProducers/python/l1GtTriggerMenuTester_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 L1GtTriggerMenuTester = cms.EDAnalyzer( "L1GtTriggerMenuTester",  
00004                       OverwriteHtmlFile = cms.bool(False),
00005                       HtmlFile = cms.string(""),                               
00006                       UseHltMenu = cms.bool(False),                   
00007                       HltProcessName = cms.string("L1GtTriggerMenuTester"),
00008                       NoThrowIncompatibleMenu = cms.bool(True),  
00009                       PrintPfsRates = cms.bool(False),  
00010                       IndexPfSet = cms.int32(0)                                       
00011                     )