Skip to content

Commit 769b639

Browse files
authored
Add files via upload
1 parent 8a9fa12 commit 769b639

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

PWGLF/TableProducer/Strangeness/hStrangeCorrelationFilter.cxx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,8 @@ struct HStrangeCorrelationFilter {
764764
continue;
765765
if (posdau.tpcNClsCrossedRows() < trackSelections.minTPCNCrossedRows)
766766
continue;
767-
767+
if (v0.dcaV0daughters() > v0Selection.dcaV0dau)
768+
continue;
768769
bool isGoodK0Short = (v0.distovertotmom(collision.posX(), collision.posY(), collision.posZ()) * o2::constants::physics::MassK0Short < v0Selection.lifetimecutK0S &&
769770
std::abs(v0.dcapostopv()) > v0Selection.dcaMesonToPV && std::abs(v0.dcanegtopv()) > v0Selection.dcaMesonToPV &&
770771
v0.qtarm() * v0Selection.armPodCut > std::abs(v0.alpha()));
@@ -890,7 +891,8 @@ struct HStrangeCorrelationFilter {
890891
continue;
891892
if (posdau.tpcNClsCrossedRows() < trackSelections.minTPCNCrossedRows)
892893
continue;
893-
894+
if (v0.dcaV0daughters() > v0Selection.dcaV0dau)
895+
continue;
894896
bool isGoodK0Short = v0.distovertotmom(collision.posX(), collision.posY(), collision.posZ()) * o2::constants::physics::MassK0Short < v0Selection.lifetimecutK0S &&
895897
std::abs(v0.dcapostopv()) > v0Selection.dcaMesonToPV && std::abs(v0.dcanegtopv()) > v0Selection.dcaMesonToPV &&
896898
v0.qtarm() * v0Selection.armPodCut > std::abs(v0.alpha());

0 commit comments

Comments
 (0)