Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change parameters for ECAL MLDQM [14_0_X] #44930

Merged
merged 1 commit into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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