Skip to content

Commit ceb0a8f

Browse files
committed
Adjust comments
1 parent 3ed87fe commit ceb0a8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGHF/TableProducer/trackIndexSkimCreator.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3497,6 +3497,7 @@ struct HfTrackIndexSkimCreatorLfCascades {
34973497
/// \param pVecXi is the momentum array of the Xi daughter track
34983498
/// \param pVecPi1 is the momentum array of the first pion daughter track
34993499
/// \param pVecPi2 is the momentum array of the second pion daughter track
3500+
/// \return selection outcome
35003501
template <typename T1>
35013502
bool isPreselectedCandidateXic(T1 const& pVecXi, T1 const& pVecPi1, T1 const& pVecPi2)
35023503
{
@@ -3523,7 +3524,7 @@ struct HfTrackIndexSkimCreatorLfCascades {
35233524
}
35243525

35253526
/// Method to perform selections for Xic 3-prong candidates after vertex reconstruction
3526-
/// \param pVecCand is the array for the candidate momentum after reconstruction of secondary vertex
3527+
/// \param pVecCand is the momentum array of the candidate after the reconstruction of the secondary vertex
35273528
/// \param secVtx is the secondary vertex
35283529
/// \param primVtx is the primary vertex
35293530
/// \return selection outcome

0 commit comments

Comments
 (0)