Change ncrystal_max_energy to be a global constant

This commit is contained in:
Paul Romano 2023-01-11 01:17:53 +07:00
parent fe4a1de57d
commit e83ced88dc
5 changed files with 5 additions and 5 deletions

View file

@ -99,7 +99,6 @@ int n_batches;
int n_max_batches;
int max_splits {1000};
int max_tracks {1000};
double ncrystal_max_energy {5.0};
ResScatMethod res_scat_method {ResScatMethod::rvs};
double res_scat_energy_min {0.01};
double res_scat_energy_max {1000.0};