Skip to content

Commit 540cb24

Browse files
Update trackIndexSkimCreator.cxx
1 parent c8056ec commit 540cb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/trackIndexSkimCreator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ struct HfTrackIndexSkimCreatorTagSelTracks {
652652
/// PID track cuts (for proton only)
653653
/// \param hfTrack is a track
654654
/// \param hfTrackWithIts is a track joined with the ITS PID table
655-
/// \return true if the track is compatible with a proton hypothesis
655+
/// \return bit mask encoding PID compatibility per channel
656656
template <int PidStrategy, typename T, typename TrackWithIts>
657657
uint8_t isSelectedPid(const T& hfTrack, const TrackWithIts& hfTrackWithIts)
658658
{

0 commit comments

Comments
 (0)