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