Skip to content

Commit 30eb660

Browse files
committed
Add documentation for isSelectedTrackDCA
1 parent 6eac500 commit 30eb660

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PWGHF/Utils/utilsTrkCandHf.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ int countOnesInBinary(uint8_t num)
6262
/// Single-track cuts on dcaXY
6363
/// \param trackPar is the track parametrisation
6464
/// \param dca is the 2-D array with track DCAs
65+
/// \param binsPtTrack is the array of pt bins for track selection
66+
/// \param cutsTrackDCA are the cuts for track DCA selection
6567
/// \return true if track passes all cuts
6668
template <typename T1, typename T2, typename C1, typename C2>
6769
bool isSelectedTrackDCA(const T1& trackPar, const T2& dca, const C1& binsPtTrack, const C2& cutsTrackDCA)

0 commit comments

Comments
 (0)