Variables | |
tuple | SiStripMonitorHLT |
00001 cms.EDAnalyzer("SiStripMonitorHLT", 00002 # by default do not write out any file with histograms 00003 # can overwrite this in .cfg file with: replace SiStripMonitorHLT.OutputMEsInRootFile = true 00004 OutputMEsInRootFile = cms.bool(False), 00005 HLTProducer = cms.string('trigger'), 00006 OutputFileName = cms.string('test_digi_hlt.root') 00007 )
Definition at line 3 of file SiStripMonitorHLT_cfi.py.