CMS 3D CMS Logo

dtOccupancyTest_TP_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 dtTPmonitorTest = DQMEDHarvester("DTOccupancyTest",
5  testPulseMode = cms.untracked.bool(True),
6  runOnAllHitsOccupancies = cms.untracked.bool(False),
7  runOnNoiseOccupancies = cms.untracked.bool(False),
8  runOnInTimeOccupancies = cms.untracked.bool(True)
9  )
10