00001 import FWCore.ParameterSet.Config as cms 00002 00003 SiStripMonitorHLT = cms.EDAnalyzer("SiStripMonitorHLT", 00004 # by default do not write out any file with histograms 00005 # can overwrite this in .cfg file with: replace SiStripMonitorHLT.OutputMEsInRootFile = true 00006 OutputMEsInRootFile = cms.bool(False), 00007 HLTProducer = cms.string('trigger'), 00008 OutputFileName = cms.string('test_digi_hlt.root') 00009 ) 00010 00011