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  enableDQM = cms.untracked.bool(False),
5  eventRange = cms.untracked.uint32(1000),
6  eventResolution = cms.untracked.uint32(50),
7  printEventSummary = cms.untracked.bool(True)
8 )