CMS 3D CMS Logo

buffer_hack_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 HardwareMonitor = cms.EDAnalyzer("SiStripFEDMonitorPlugin",
00004   #Raw data collection
00005   RawDataTag = cms.untracked.InputTag('source'),
00006 
00007   #Folder in DQM Store to write global histograms to
00008   FolderName = cms.untracked.string('SiStrip/ReadoutView/FedMonitoringSummary'),
00009   
00010   #Dump buffer info and raw data if any error is found
00011   PrintDebugMessages = cms.untracked.bool(False),
00012   #Write the DQM store to a file (DQMStore.root) at the end of the run
00013   WriteDQMStore = cms.untracked.bool(False),
00014   
00015   #Do not book expert histograms at global level unless PreBookAllHistos is set
00016   DisableGlobalExpertHistograms = cms.untracked.bool(False),
00017   #Disable the FED level histograms
00018   DisableFEDHistograms = cms.untracked.bool(True),
00019   #Override previous two option and book and fill all histograms (so that files can be merged)
00020   FillAllHistograms = cms.untracked.bool(False),
00021   rootFile = cms.untracked.string(''),
00022   buildAllHistograms = cms.untracked.bool(False)
00023 )

Generated on Tue Jun 9 17:33:38 2009 for CMSSW by  doxygen 1.5.4