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

Checking fsam calculation

parent 9995c0aa
Branches
No related tags found
No related merge requests found
......@@ -27,10 +27,7 @@ bench:emcal_barrel_electrons:
- ls -lrht sim_output/
- rootls -t sim_output/sim_emcal_barrel_uniform_electrons.root
- root -b -q benchmarks/barrel_ecal/scripts/emcal_barrel_electrons_analysis.cxx+
artifacts:
expire_in: 1 day
paths:
- sim_output/sim_emcal_barrel_uniform_electrons.root
collect_results:barrel_ecal:
extends: .det_benchmark
......
......@@ -63,6 +63,7 @@ void emcal_barrel_electrons_analysis(const char* input_fname = "sim_output/sim_e
for (const auto& E2 : sampled)
result.push_back(E2 / E1);
}
std::cout<<result.size()<<endl;
return result;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment