Skip to content
Snippets Groups Projects
Commit 37c4ad9c authored by Scott Snyder's avatar Scott Snyder Committed by Frank Winklmeier
Browse files

McParticleTools: Fix compilation with hepmc2.

McParticleTools: Fix compilation with hepmc2.

Syntax error.
parent 7b50e5ec
No related branches found
No related tags found
No related merge requests found
/*
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)
<< "==========================================================="
......
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