Skip to content

Commit 8f94837

Browse files
jikim1290alibuild
andauthored
[Common] adding vtx selection (#13670)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent 28c5ab8 commit 8f94837

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Common/Tasks/qVectorsCorrection.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,8 @@ struct qVectorsCorrection {
760760
{
761761
histosQA.fill(HIST("histCentFull"), qVec.cent());
762762
if (cfgAddEvtSel) {
763+
if (std::abs(qVec.posZ()) > 10.)
764+
return;
763765
switch (cfgEvtSel) {
764766
case 0: // Sel8
765767
if (!qVec.sel8())

0 commit comments

Comments
 (0)