/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/DTMonitorClient/python/dtResolutionAnalysisTest_cfi.py
12 строк
846 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 dtResolutionAnalysisTest = DQMEDHarvester("DTResolutionAnalysisTest", diagnosticPrescale = cms.untracked.int32(1), maxGoodMeanValue = cms.untracked.double(0.005), minBadMeanValue = cms.untracked.double(0.015), maxGoodSigmaValue = cms.untracked.double(0.05), minBadSigmaValue = cms.untracked.double(0.08), # top folder for the histograms in DQMStore topHistoFolder = cms.untracked.string('DT/02-Segments') )