Skip to content
Snippets Groups Projects

Fix bug in neutral PFO thinning

Merged William Keaton Balunas requested to merge wbalunas/athena:fixPFOThin-201203 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -102,7 +102,7 @@ StatusCode ThinNegativeEnergyNeutralPFOsAlg::execute()
const EventContext& ctx = Gaudi::Hive::currentContext();
if(!m_neutralPFOsFEKey.key().empty()){
if(!m_neutralPFOsKey.key().empty()){
// Retrieve the container
SG::ThinningHandle<xAOD::PFOContainer> neutralPFOs (m_neutralPFOsKey, ctx);
Loading