CMS 3D CMS Logo

dtDAQInfo_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 dtDAQInfo = DQMEDHarvester("DTDAQInfo",
5  checkUros = cms.untracked.bool(False)
6  )
7 
8 from Configuration.Eras.Modifier_run2_DT_2018_cff import run2_DT_2018
9 run2_DT_2018.toModify(dtDAQInfo,checkUros = True)
10 
11