CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DQMServices/Components/python/DQMStoreStats_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 
00004 DQMStoreStats = cms.EDAnalyzer("DQMStoreStats",
00005     statsDepth = cms.untracked.int32(1),
00006     pathNameMatch = cms.untracked.string('*'),
00007     dumpMemoryHistory = cms.untracked.bool( True ),                             
00008     verbose = cms.untracked.int32(0),
00009     runInEventLoop = cms.untracked.bool(False),
00010     runOnEndLumi = cms.untracked.bool(False),
00011     runOnEndRun = cms.untracked.bool(True),
00012     runOnEndJob = cms.untracked.bool(False),
00013     dumpToFWJR = cms.untracked.bool(True)
00014 )