diff --git a/PhysicsAnalysis/MCTruthClassifier/src/MCTruthClassifierAthena.cxx b/PhysicsAnalysis/MCTruthClassifier/src/MCTruthClassifierAthena.cxx index c605f923d719e11a6f5390cfb2f04e83fca35962..14a12048962829bf3fe18f216c515476a39971e3 100644 --- a/PhysicsAnalysis/MCTruthClassifier/src/MCTruthClassifierAthena.cxx +++ b/PhysicsAnalysis/MCTruthClassifier/src/MCTruthClassifierAthena.cxx @@ -358,8 +358,9 @@ MCTruthClassifier::genPartToCalo(const xAOD::CaloCluster* clus, extensionOK = EtaPhiCaloHelper(caloExtension.get(), sample, etaCalo, phiCalo); } if (!extensionOK) { - ATH_MSG_WARNING("extrapolation of Truth Particle with eta " << thePart->eta() << " and Pt " << thePart->pt() - << " to calo failed"); + ATH_MSG_WARNING("extrapolation of Truth Particle with eta " + << thePart->eta() << " , charge " << thePart->charge() + << " , Pt " << thePart->pt() << " to calo failed"); return false; }