Skip to content

Commit df618ed

Browse files
authored
Update
1 parent 92cdf2e commit df618ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ struct OnTheFlyTofPid {
645645
const float transverseMomentum = momentum / std::cosh(pseudorapidity);
646646
h2dOuterTimeResTrack[ii]->Fill(momentum, outerTrackTimeReso);
647647
h2dOuterTimeResTotal[ii]->Fill(momentum, outerTotalTimeReso);
648-
if (ii == kPion) {
648+
if (ii == kIdPion) {
649649
histos.fill(HIST("h2dRelativePtResolution"), transverseMomentum, 100.0 * ptResolution / transverseMomentum);
650650
histos.fill(HIST("h2dRelativeEtaResolution"), pseudorapidity, 100.0 * etaResolution / (std::fabs(pseudorapidity) + 1e-6));
651651
}

0 commit comments

Comments
 (0)