Skip to content
Snippets Groups Projects
Commit c8a596d5 authored by Marshall Scott's avatar Marshall Scott
Browse files

daughters 2

parent ff2a69fc
No related branches found
No related tags found
1 merge request!24Resolve "pi0 resolution for ECal barrel"
This commit is part of merge request !24. Comments created here will be created in the context of that merge request.
...@@ -125,9 +125,9 @@ void emcal_barrel_pions_analysis(const char* input_fname = "sim_output/sim_emcal ...@@ -125,9 +125,9 @@ void emcal_barrel_pions_analysis(const char* input_fname = "sim_output/sim_emcal
auto getdau = [](std::vector<dd4pod::Geant4ParticleData> const& input) { auto getdau = [](std::vector<dd4pod::Geant4ParticleData> const& input) {
std::vector<int> result; std::vector<int> result;
for (auto part : input[2].daughters_begin) //for (auto part : input[2].daughters_begin)
result.push_back(part) // result.push_back(part)
return result; return input[2].daughters_begin;
}; };
// Define variables // Define variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment