Skip to content
Snippets Groups Projects

Resolve "pi0 resolution for ECal barrel"

Merged Marshall Scott requested to merge 19-pi0-resolution-for-ecal-barrel into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -118,7 +118,7 @@ void emcal_barrel_pions_analysis(const char* input_fname = "sim_output/sim_emcal
// Relative Energy Resolution = (Esampling - Ethrown)/Ethrown
auto getpid = [](std::vector<dd4pod::Geant4ParticleData> const& input) {
return input[2].pdgID();
return input[2].pdgID;
};
// Define variables
Loading