From 9718fa47e4d18a72b9b99ddbf6bac6c2af383a60 Mon Sep 17 00:00:00 2001 From: jesgum Date: Fri, 12 Dec 2025 16:19:20 +0100 Subject: [PATCH] Remove excessive print out --- ALICE3/Core/DelphesO2TrackSmearer.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ALICE3/Core/DelphesO2TrackSmearer.cxx b/ALICE3/Core/DelphesO2TrackSmearer.cxx index 599d9cd9413..23eb2632375 100644 --- a/ALICE3/Core/DelphesO2TrackSmearer.cxx +++ b/ALICE3/Core/DelphesO2TrackSmearer.cxx @@ -157,9 +157,9 @@ lutEntry_t* TrackSmearer::getLUTEntry(const int pdg, const float nch, const floa { const int ipdg = getIndexPDG(pdg); if (!mLUTHeader[ipdg]) { - LOG(error) << " --- getLUTEntry: LUT header not loaded for pdg=" << pdg << ". Returning nullptr."; return nullptr; } + auto inch = mLUTHeader[ipdg]->nchmap.find(nch); auto irad = mLUTHeader[ipdg]->radmap.find(radius); auto ieta = mLUTHeader[ipdg]->etamap.find(eta); @@ -281,7 +281,6 @@ bool TrackSmearer::smearTrack(O2Track& o2track, lutEntry_t* lutEntry, float inte bool TrackSmearer::smearTrack(O2Track& o2track, int pdg, float nch) { - auto pt = o2track.getPt(); switch (pdg) { case o2::constants::physics::kHelium3: