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

check pids 2

parent c26ea5e3
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.
...@@ -118,7 +118,7 @@ void emcal_barrel_pions_analysis(const char* input_fname = "sim_output/sim_emcal ...@@ -118,7 +118,7 @@ void emcal_barrel_pions_analysis(const char* input_fname = "sim_output/sim_emcal
// Relative Energy Resolution = (Esampling - Ethrown)/Ethrown // Relative Energy Resolution = (Esampling - Ethrown)/Ethrown
auto getpid = [](std::vector<dd4pod::Geant4ParticleData> const& input) { auto getpid = [](std::vector<dd4pod::Geant4ParticleData> const& input) {
return input[2].pdgID(); return input[2].pdgID;
}; };
// 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