Skip to content

Commit 3a88d12

Browse files
kcui1MattOckleton
authored andcommitted
[PWGLF] Update hStrangeCorrelation.cxx (AliceO2Group#13691)
1 parent 7dddcb3 commit 3a88d12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGLF/Tasks/Strangeness/hStrangeCorrelation.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ struct HStrangeCorrelation {
858858
//---] syst cuts [---
859859
if (doPPAnalysis && (std::abs(assoc.dcapostopv()) < systCuts.dcapostopv ||
860860
std::abs(assoc.dcanegtopv()) < systCuts.dcanegtopv ||
861-
assoc.dcabachtopv() < systCuts.cascDcabachtopv ||
861+
std::abs(assoc.dcabachtopv()) < systCuts.cascDcabachtopv ||
862862
assoc.dcaV0daughters() > systCuts.dcaV0dau ||
863863
assoc.dcacascdaughters() > systCuts.cascDcacascdau ||
864864
assoc.v0cosPA(pvx, pvy, pvz) < systCuts.v0cospa ||
@@ -1919,7 +1919,7 @@ struct HStrangeCorrelation {
19191919
//---] syst cuts [---
19201920
if (doPPAnalysis && (std::abs(cascData.dcapostopv()) < systCuts.dcapostopv ||
19211921
std::abs(cascData.dcanegtopv()) < systCuts.dcanegtopv ||
1922-
cascData.dcabachtopv() < systCuts.cascDcabachtopv ||
1922+
std::abs(cascData.dcabachtopv()) < systCuts.cascDcabachtopv ||
19231923
cascData.dcaV0daughters() > systCuts.dcaV0dau ||
19241924
cascData.dcacascdaughters() > systCuts.cascDcacascdau ||
19251925
cascData.v0cosPA(collision.posX(), collision.posY(), collision.posZ()) < systCuts.v0cospa ||

0 commit comments

Comments
 (0)