Skip to content
Snippets Groups Projects

Resolve "pi0 resolution for ECal barrel"

Merged Marshall Scott requested to merge 19-pi0-resolution-for-ecal-barrel into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -133,7 +133,7 @@ void emcal_barrel_pions_analysis(const char* input_fname = "sim_output/sim_emcal
// Set sampling Fraction, ideally this will be taken from a json file
samp_frac = hfsam -> GetMean();
printf("The sampling fraction mean is %f\n", samp_frac);
cout << "The sampling fraction mean is " << samp_frac << endl;
auto d2 = d1.Define("dE", eResol, {"Esim","Ethr"})
.Define("dE_rel", eResol_rel, {"Esim","Ethr"})
Loading