From f3bfe9fe5479e2c24f6f372ddadedc45af4ba62f Mon Sep 17 00:00:00 2001 From: Andre Govinda Stahl Leiton Date: Tue, 1 May 2018 17:16:55 +0200 Subject: [PATCH] Tune the QT for uGMT and add uGMT-EMTF HW sign QT --- .../data/L1TStage2uGMTQualityTests.xml | 58 ++++++++++++++----- .../python/L1TStage2EventInfoClient_cfi.py | 5 ++ 2 files changed, 48 insertions(+), 15 deletions(-) diff --git a/DQM/L1TMonitorClient/data/L1TStage2uGMTQualityTests.xml b/DQM/L1TMonitorClient/data/L1TStage2uGMTQualityTests.xml index 0451b7bd86f9a..a930070407589 100644 --- a/DQM/L1TMonitorClient/data/L1TStage2uGMTQualityTests.xml +++ b/DQM/L1TMonitorClient/data/L1TStage2uGMTQualityTests.xml @@ -64,8 +64,6 @@ uGMT_MuonPtRange - - @@ -118,8 +116,8 @@ Comp2RefKolmogorov 0 - 0.01 - 0.10 + 0.00000001 + 0.01 @@ -144,11 +142,16 @@ - NoisyChannel - 0.3 - 2 - 0.996 - 0.999 + MeanWithinExpected + 0.5 + 0 + 0 + 1 + 0.45 + 0.55 + 0.95 + 0.99 + 100 @@ -221,8 +224,8 @@ Comp2RefKolmogorov 0 - 0.01 - 0.04 + 0.00000001 + 0.01 @@ -261,11 +264,16 @@ - NoisyChannel - 0.3 - 2 - 0.96 + MeanWithinExpected + 0.5 + 0 + 0 + 1 + 0.45 + 0.55 + 0.95 0.99 + 100 @@ -333,6 +341,26 @@ uGMT_EMTFMuonPhiMeanAt0 + + + + MeanWithinExpected + 0.5 + 0 + 0 + 1 + 0.45 + 0.55 + 0.95 + 0.99 + 100 + + + + + uGMT_EMTFhwSignUniform + + diff --git a/DQM/L1TMonitorClient/python/L1TStage2EventInfoClient_cfi.py b/DQM/L1TMonitorClient/python/L1TStage2EventInfoClient_cfi.py index 130939e3a6175..2ca1ce0462511 100644 --- a/DQM/L1TMonitorClient/python/L1TStage2EventInfoClient_cfi.py +++ b/DQM/L1TMonitorClient/python/L1TStage2EventInfoClient_cfi.py @@ -265,6 +265,11 @@ QualityTestHist = cms.string("L1T/L1TStage2uGMT/ugmtMuonPhiEmtf"), QualityTestSummaryEnabled = cms.uint32(1) ), + cms.PSet( + QualityTestName = cms.string("uGMT_EMTFhwSignUniform"), + QualityTestHist = cms.string("L1T/L1TStage2uGMT/EMTFInput/ugmtEMTFhwSign"), + QualityTestSummaryEnabled = cms.uint32(1) + ), cms.PSet( QualityTestName = cms.string("BMTFvsuGMT_MismatchRatioMax0"), QualityTestHist = cms.string("L1T/L1TStage2uGMT/BMTFoutput_vs_uGMTinput/mismatchRatio"),