File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments