CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DQMStore_cfg.py
Go to the documentation of this file.
2 
3 DQMStore = cms.Service("DQMStore",
4  referenceFileName = cms.untracked.string(''),
5  verbose = cms.untracked.int32(0),
6  verboseQT = cms.untracked.int32(0),
7  collateHistograms = cms.untracked.bool(False)
8 )