Skip to content
Snippets Groups Projects

Dealing with JIRA task LHCBPS-465

Closed Eduardo Rodrigues requested to merge erodrigu-LHCBPS-465 into master
Files
5
@@ -258,7 +258,7 @@ StatusCode TupleToolIsolationTwoBody::getIso(const LHCb::Particle *P,
LHCb::Particles* allparts = get<LHCb::Particles>(m_ParticlePath);
if (!allparts) {
error() << " Failed to get particles container "
error() << "Failed to get particles container."
<< m_ParticlePath << endmsg;
return StatusCode::SUCCESS;
}
Loading