CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMStoreStats_cfi.py
Go to the documentation of this file.
2 
3 
4 dqmStoreStats = cms.EDAnalyzer("DQMStoreStats",
5  statsDepth = cms.untracked.int32(1),
6  pathNameMatch = cms.untracked.string('*'),
7  dumpMemoryHistory = cms.untracked.bool( True ),
8  verbose = cms.untracked.int32(0),
9  runInEventLoop = cms.untracked.bool(False),
10  runOnEndLumi = cms.untracked.bool(False),
11  runOnEndRun = cms.untracked.bool(True),
12  runOnEndJob = cms.untracked.bool(False),
13  dumpToFWJR = cms.untracked.bool(True)
14 )