Skip to content

Commit 3a7a7bd

Browse files
committed
Apply V0 DCA-to-PV cut in Xi1820
1 parent 6f96164 commit 3a7a7bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

PWGLF/Tasks/Resonances/xi1820Analysis.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,10 @@ struct Xi1820Analysis {
441441
if (v0.pt() < cMinPtcut)
442442
return false;
443443

444+
// DCA to PV
445+
if (std::abs(v0.dcav0topv()) > additionalConfig.cMaxDcaToPVV0)
446+
return false;
447+
444448
// Topological cuts
445449
if (v0.v0CosPA() < cV0MinCosPA)
446450
return false;

0 commit comments

Comments
 (0)