CMS 3D CMS Logo

dtNoiseAnalysis_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 from DQMServices.Core.DQMEDHarvester import DQMEDHarvester
3 
4 dtNoiseAnalysisMonitor = DQMEDHarvester("DTNoiseAnalysisTest",
5  noisyCellDef = cms.untracked.int32(1500),
6  doSynchNoise = cms.untracked.bool(False),
7  detailedAnalysis = cms.untracked.bool(False),
8  maxSynchNoiseRate = cms.untracked.double(0.001),
9  nEventsCert = cms.untracked.int32(1000)
10  )
11 
12 
13 
DQMEDHarvester
Definition: DQMEDHarvester.py:1