From bf0596dead0dd2f24077784bf437bc011d46c145 Mon Sep 17 00:00:00 2001 From: Abhirami Harilal Date: Wed, 8 May 2024 18:13:23 +0200 Subject: [PATCH] Change MLDQM parameters --- DQM/EcalMonitorClient/interface/MLClient.h | 2 +- DQM/EcalMonitorClient/python/MLClient_cfi.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DQM/EcalMonitorClient/interface/MLClient.h b/DQM/EcalMonitorClient/interface/MLClient.h index 777e1de6bbf29..d278ca150cd7e 100644 --- a/DQM/EcalMonitorClient/interface/MLClient.h +++ b/DQM/EcalMonitorClient/interface/MLClient.h @@ -40,7 +40,7 @@ namespace ecaldqm { float EEp_PUcorr_intercept_; float EEm_PUcorr_intercept_; - size_t nLS = 4; //No.of lumisections to add the occupancy over + size_t nLS = 3; //No.of lumisections to add the occupancy over size_t nLSloss = 6; //No.of lumisections to multiply the loss over int nbadtowerEB; //count the no.of bad towers flagged by the ML model. int nbadtowerEE; diff --git a/DQM/EcalMonitorClient/python/MLClient_cfi.py b/DQM/EcalMonitorClient/python/MLClient_cfi.py index 61c4df38bc52c..f214f6d96ac69 100644 --- a/DQM/EcalMonitorClient/python/MLClient_cfi.py +++ b/DQM/EcalMonitorClient/python/MLClient_cfi.py @@ -3,7 +3,7 @@ from DQM.EcalMonitorTasks.OccupancyTask_cfi import ecalOccupancyTask #parameters derived from training -EBThreshold = 0.1761 +EBThreshold = 0.00017 EEpThreshold = 0.0003009 EEmThreshold = 0.0004360