Skip to content

Commit 9718fa4

Browse files
committed
Remove excessive print out
1 parent 7fcdc21 commit 9718fa4

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
@@ -157,9 +157,9 @@ lutEntry_t* TrackSmearer::getLUTEntry(const int pdg, const float nch, const floa
157157
{
158158
const int ipdg = getIndexPDG(pdg);
159159
if (!mLUTHeader[ipdg]) {
160-
LOG(error) << " --- getLUTEntry: LUT header not loaded for pdg=" << pdg << ". Returning nullptr.";
161160
return nullptr;
162161
}
162+
163163
auto inch = mLUTHeader[ipdg]->nchmap.find(nch);
164164
auto irad = mLUTHeader[ipdg]->radmap.find(radius);
165165
auto ieta = mLUTHeader[ipdg]->etamap.find(eta);
@@ -281,7 +281,6 @@ bool TrackSmearer::smearTrack(O2Track& o2track, lutEntry_t* lutEntry, float inte
281281

282282
bool TrackSmearer::smearTrack(O2Track& o2track, int pdg, float nch)
283283
{
284-
285284
auto pt = o2track.getPt();
286285
switch (pdg) {
287286
case o2::constants::physics::kHelium3:

0 commit comments

Comments
 (0)