CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQM/SiStripMonitorCluster/python/SiStripMonitorHLT_cfi.py

Go to the documentation of this file.
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