Skip to content

Commit 974089a

Browse files
authored
[ALICE3] Remove excessive print out (#14195)
1 parent 057fe58 commit 974089a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ALICE3/Core/DelphesO2TrackSmearer.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ lutEntry_t* TrackSmearer::getLUTEntry(const int pdg, const float nch, const floa
166166
{
167167
const int ipdg = getIndexPDG(pdg);
168168
if (!mLUTHeader[ipdg]) {
169-
LOG(error) << " --- getLUTEntry: LUT header not loaded for pdg=" << pdg << ". Returning nullptr.";
170169
return nullptr;
171170
}
171+
172172
auto inch = mLUTHeader[ipdg]->nchmap.find(nch);
173173
auto irad = mLUTHeader[ipdg]->radmap.find(radius);
174174
auto ieta = mLUTHeader[ipdg]->etamap.find(eta);
@@ -290,7 +290,6 @@ bool TrackSmearer::smearTrack(O2Track& o2track, lutEntry_t* lutEntry, float inte
290290

291291
bool TrackSmearer::smearTrack(O2Track& o2track, int pdg, float nch)
292292
{
293-
294293
auto pt = o2track.getPt();
295294
switch (pdg) {
296295
case o2::constants::physics::kHelium3:

0 commit comments

Comments
 (0)