CMS 3D CMS Logo

dtRunConditionVar_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 from DQMServices.Core.DQMEDAnalyzer import DQMEDAnalyzer
4 dtRunConditionVar = DQMEDAnalyzer('DTRunConditionVar',
5  debug = cms.untracked.bool(False),
6  nMinHitsPhi = cms.untracked.int32(5),
7  maxAnglePhiSegm = cms.untracked.double(30.),
8  recoSegments = cms.InputTag("dt4DSegments"),
9 )
10 
DQMEDAnalyzer
Definition: DQMEDAnalyzer.py:1