Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Fix
  • Loading branch information
Alan Salcedo Gomez committed Apr 13, 2026
commit 401db0ef17ace06fac3da674e57f2ac8f36f7944
6 changes: 3 additions & 3 deletions Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -353,9 +353,9 @@ class Settings
int SYSTEMATICS_AskaryanPercent; //Define the percentage (12% by default)

//Systematics of n(z) = nd - (nd-ns)e^nc*z
double SYSTEMATICS_nofz_delta_ns = 0.0;
double SYSTEMATICS_nofz_delta_nd = 0.0;
double SYSTEMATICS_nofz_delta_nc = 0.0;
double SYSTEMATICS_nofz_delta_ns;
double SYSTEMATICS_nofz_delta_nd;
double SYSTEMATICS_nofz_delta_nc;


//arrays for saving read in event features in EVENT_GENERATION_MODE=1
Expand Down
Loading