Skip to content
Snippets Groups Projects

McParticleTools: Fix compilation with hepmc2.

Merged Scott Snyder requested to merge ssnyder/athena:hepmc2.McParticleTools-20231215 into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
/*
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
*/
///////////////////////////////////////////////////////////////////
@@ -449,7 +449,7 @@ StatusCode OldSpclMcFilterTool::reconnectParticles( const McEventCollection* in,
continue;
}
if ( rebuildLinks( evt, outEvt, itrPart ).isFailure() ) {
ATH_MSG_WARNING("Could not rebuild links for this particle = "<< itrPart;
ATH_MSG_WARNING("Could not rebuild links for this particle = "<< itrPart);
} else if ( msgLvl(MSG::VERBOSE) ) {
msg(MSG::VERBOSE)
<< "==========================================================="
Loading