Skip to content

Commit 81f08b3

Browse files
EloviyoShirajum Monira
andauthored
[PWGCF] FemtoUniverse V0 Task -- fixed an incorrect comment (#16127)
Co-authored-by: Shirajum Monira <shirajum.monira@cern.ch>
1 parent 6b2f79c commit 81f08b3

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)