Skip to content

Commit 73e5d06

Browse files
jikim1290alibuild
authored andcommitted
[Common] adding vtx selection (AliceO2Group#13670)
Co-authored-by: ALICE Action Bot <alibuild@cern.ch>
1 parent f86fef3 commit 73e5d06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)