Skip to content
Snippets Groups Projects
Commit d2e003d0 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'fixPFOThin-201203' into 'master'

Fix bug in neutral PFO thinning

See merge request !38816
parents aac09850 0229e4bd
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!38816Fix bug in neutral PFO thinning
...@@ -102,7 +102,7 @@ StatusCode ThinNegativeEnergyNeutralPFOsAlg::execute() ...@@ -102,7 +102,7 @@ StatusCode ThinNegativeEnergyNeutralPFOsAlg::execute()
const EventContext& ctx = Gaudi::Hive::currentContext(); const EventContext& ctx = Gaudi::Hive::currentContext();
if(!m_neutralPFOsFEKey.key().empty()){ if(!m_neutralPFOsKey.key().empty()){
// Retrieve the container // Retrieve the container
SG::ThinningHandle<xAOD::PFOContainer> neutralPFOs (m_neutralPFOsKey, ctx); SG::ThinningHandle<xAOD::PFOContainer> neutralPFOs (m_neutralPFOsKey, ctx);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment