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

Checking fsam calculation

parent 9995c0aa
Branches
Tags
No related merge requests found
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
...@@ -27,10 +27,7 @@ bench:emcal_barrel_electrons: ...@@ -27,10 +27,7 @@ bench:emcal_barrel_electrons:
- ls -lrht sim_output/ - ls -lrht sim_output/
- rootls -t sim_output/sim_emcal_barrel_uniform_electrons.root - rootls -t sim_output/sim_emcal_barrel_uniform_electrons.root
- root -b -q benchmarks/barrel_ecal/scripts/emcal_barrel_electrons_analysis.cxx+ - 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: collect_results:barrel_ecal:
extends: .det_benchmark extends: .det_benchmark
......
...@@ -63,6 +63,7 @@ void emcal_barrel_electrons_analysis(const char* input_fname = "sim_output/sim_e ...@@ -63,6 +63,7 @@ void emcal_barrel_electrons_analysis(const char* input_fname = "sim_output/sim_e
for (const auto& E2 : sampled) for (const auto& E2 : sampled)
result.push_back(E2 / E1); result.push_back(E2 / E1);
} }
std::cout<<result.size()<<endl;
return result; return result;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment