Skip to content

Commit 22a2d82

Browse files
committed
application of selections for pass5 data
1 parent 7ad9133 commit 22a2d82

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

PWGUD/Tasks/upcRhoAnalysis.cxx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,14 @@ struct UpcRhoAnalysis {
391391
return false;
392392
if (collision.numContrib() > collisionsNumContribsMaxCut)
393393
return false;
394+
if (!collision.vtxITSTPC())
395+
return false;
396+
if (!collision.sbp())
397+
return false;
398+
if (!collision.itsROFb())
399+
return false;
400+
if (!collision.tfb())
401+
return false;
394402
return true;
395403
}
396404

0 commit comments

Comments
 (0)