Skip to content

Commit 4f57fd3

Browse files
author
Shirajum Monira
committed
fixed an incorrect comment
1 parent 5682721 commit 4f57fd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGCF/FemtoUniverse/Tasks/femtoUniversePairTaskTrackV0Extended.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ struct FemtoUniversePairTaskTrackV0Extended {
699699

700700
// track cleaning & checking for duplicate pairs
701701
if (!pairCleanerV0.isCleanPair(p1, p2, parts)) {
702-
// mark for rejection the cascade that shares a daughter with another cascade and has an invariant mass further from default value
702+
// mark for rejection the v0 that shares a daughter with another v0 and has an invariant mass further from default value. Set confV0DuplCosPA as TRUE to do the same check with cosPA instead.
703703
if (!ConfV0Selection.confV0DuplCosPA) {
704704
if (std::abs(p1.mLambda() - v0InvMass[ConfV0Selection.confV0Type1]) < std::abs(p2.mLambda() - v0InvMass[ConfV0Selection.confV0Type2])) {
705705
v0Duplicates.insert(p2.globalIndex());

0 commit comments

Comments
 (0)