Skip to content

Commit 7fea404

Browse files
committed
Remove eff check
1 parent 62e7ec8 commit 7fea404

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

PWGDQ/Tasks/taskJPsiMu.cxx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,5 @@ double getWeight(const double pT, const std::vector<double>& pT_bins, const std:
274274
break;
275275
}
276276
}
277-
if ((efficiency[eff_bin] * (getRapidity(pT, eta_max) - getRapidity(pT, eta_min))) == 0) {
278-
LOG(info) << "Efficiency correction factor is zero for pT: " << pT << ", efficiency: " << efficiency[eff_bin] << ", eta range: [" << eta_min << ", " << eta_max << "].";
279-
}
280277
return 1.0 / (efficiency[eff_bin] * (getRapidity(pT, eta_max) - getRapidity(pT, eta_min)));
281278
}

0 commit comments

Comments
 (0)