Skip to content
Snippets Groups Projects
Commit 9e4e2503 authored by Christos Anastopoulos's avatar Christos Anastopoulos
Browse files

MCTruthClassifier , expand WARNING so as to know the charge e.g if is Neutral or Charged

parent c107b668
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
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