Skip to content

Commit 0100392

Browse files
authored
Merge pull request #24 from alibuild/alibot-cleanup-11455
[PWGDQ] Please consider the following formatting changes to #11455
2 parents 90d128c + 35bd7df commit 0100392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Core/VarManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2483,7 +2483,7 @@ void VarManager::FillTrack(T const& track, float* values)
24832483
values[kTPCnSigmaPr_Corr] = track.tpcNSigmaPr();
24842484
}
24852485
}
2486-
2486+
24872487
if constexpr ((fillMap & TrackPID) > 0 || (fillMap & ReducedTrackBarrelPID) > 0) {
24882488
values[kTOFnSigmaEl] = track.tofNSigmaEl();
24892489
values[kTOFnSigmaPi] = track.tofNSigmaPi();

0 commit comments

Comments
 (0)