CMS 3D CMS Logo

ThroughputService_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 ThroughputService = cms.Service('ThroughputService',
4  eventRange = cms.untracked.uint32(10000),
5  eventResolution = cms.untracked.uint32(1),
6  printEventSummary = cms.untracked.bool(False),
7  enableDQM = cms.untracked.bool(True),
8 )
9