Skip to content
Snippets Groups Projects
Commit 051bf5d0 authored by Maria Zurek's avatar Maria Zurek
Browse files

Resolve "Job Failed #954527 - detector benchmarks - histogram range needs to be adjusted"

parent b4e06a29
No related branches found
No related tags found
1 merge request!135Resolve "Job Failed #954527 - detector benchmarks - histogram range needs to be adjusted"
...@@ -114,7 +114,7 @@ void emcal_barrel_pi0_analysis( ...@@ -114,7 +114,7 @@ void emcal_barrel_pi0_analysis(
.Define("fsamImg", fsam, {"EsimImg", "Ethr"}) .Define("fsamImg", fsam, {"EsimImg", "Ethr"})
.Define("fsamScFi", fsam, {"EsimScFi", "Ethr"}) .Define("fsamScFi", fsam, {"EsimScFi", "Ethr"})
.Define("fsam", fsam, {"Esim", "Ethr"}); .Define("fsam", fsam, {"Esim", "Ethr"});
fsam_est = 0.1; fsam_est = 1.2*samp_frac;
} else { } else {
d1 = d1.Define("Esim", Esim, {"EcalBarrelHits"}) d1 = d1.Define("Esim", Esim, {"EcalBarrelHits"})
.Define("fsam", fsam, {"Esim", "Ethr"}); .Define("fsam", fsam, {"Esim", "Ethr"});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment