Skip to content

Commit

Permalink
Merge pull request #44930 from abhih1/140X_changeMLthresh
Browse files Browse the repository at this point in the history
Change parameters for ECAL MLDQM [14_0_X]
  • Loading branch information
cmsbuild authored May 10, 2024
2 parents b5b7bd4 + bf0596d commit 2466a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DQM/EcalMonitorClient/interface/MLClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion DQM/EcalMonitorClient/python/MLClient_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2466a2b

Please sign in to comment.