Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PWGHF/TableProducer/trackIndexSkimCreator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ struct HfTrackIndexSkimCreatorTagSelTracks {

/// PID track cuts (for proton only)
/// \param hfTrack is a track
/// \param hfTrackWithIts is a track joined with the ITS PID table
/// \param hfTrackWithIts is a track joined with the ITS PID table
/// \return true if the track is compatible with a proton hypothesis
template <int PidStrategy, typename T, typename TrackWithIts>
uint8_t isSelectedPid(const T& hfTrack, const TrackWithIts& hfTrackWithIts)
Expand Down
Loading