Skip to content
Snippets Groups Projects

Resolve "Pion rejection plot"

Merged Marshall Scott requested to merge 18-pion-rejection-plot into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -70,7 +70,7 @@ void emcal_barrel_pions_electrons_analysis(const char* input_fname = "sim_output
@@ -70,7 +70,7 @@ void emcal_barrel_pions_electrons_analysis(const char* input_fname = "sim_output
// Returns the pdgID of the particle
// Returns the pdgID of the particle
auto getpid = [](std::vector<dd4pod::Geant4ParticleData> const& input) {
auto getpid = [](std::vector<dd4pod::Geant4ParticleData> const& input) {
std::vector<double> result = {input[2].pdgID, input[3].pdgID};
std::vector<int> result = {input[2].pdgID, input[3].pdgID};
return result;
return result;
};
};
Loading