/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/DTMonitorClient/python/dtResolutionTestFinalCalib_cfi.py
11 строк
688 B
Javier
Colon to smeicolon and Fix to TestUnit
17 июн 2021, 10:51
17 июн 2021, 10:51
7afae8e
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms from DQMServices.Core.DQMEDHarvester import DQMEDHarvester resolutionTest = DQMEDHarvester("DTResolutionAnalysisTest", diagnosticPrescale = cms.untracked.int32(1), permittedMeanRange = cms.untracked.double(0.02), permittedSigmaRange = cms.untracked.double(0.12), # top folder for the histograms in DQMStore topHistoFolder = cms.untracked.string('DT/CalibrationSummary'), doCalibAnalysis = cms.untracked.bool(True) )