/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/DTMonitorClient/python/dtSegmentAnalysisTest_hlt_cfi.py
19 строк
1 KB
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 dtSegmentTestkHLT = DQMEDHarvester("DTSegmentAnalysisTest", detailedAnalysis = cms.untracked.bool(False), #Perform basic diagnostic in endLumi/EndRun runOnline = cms.untracked.bool(True), #Names of the quality tests: they must match those specified in "qtList" chi2TestName = cms.untracked.string('chi2InRange'), segmRecHitTestName = cms.untracked.string('segmRecHitInRange'), #Permetted value of chi2 segment quality chi2Threshold = cms.untracked.double(5.0), normalizeHistoPlots = cms.untracked.bool(False), # top folder for the histograms in DQMStore topHistoFolder = cms.untracked.string('HLT/HLTMonMuon/DT-Segments'), # hlt DQM mode hltDQMMode = cms.untracked.bool(True), nEventsCert = cms.untracked.int32(1000) )