We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6625b8b + e5282d7 commit dc5c633Copy full SHA for dc5c633
PWGLF/Tasks/Nuspex/antinucleiInJets.cxx
@@ -459,8 +459,8 @@ struct AntinucleiInJets {
459
460
int binX = responseMatrix->GetXaxis()->FindBin(ptRec);
461
if (binX < 1 || binX > responseMatrix->GetNbinsX()) {
462
- LOGP(error, "Bin index out of range: binX = {}", binX);
463
- return ptRec; // Return uncorrected pt if bin index is invalid
+ LOGP(error, "Bin index out of range: binX = {}", binX);
+ return ptRec; // Return uncorrected pt if bin index is invalid
464
}
465
std::unique_ptr<TH1D> proj(responseMatrix->ProjectionY("proj", binX, binX));
466
0 commit comments