File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1372,7 +1372,8 @@ struct strangeYieldPbPb {
13721372 } // event is accepted
13731373
13741374 int selGapSide = collision.isUPC () ? getGapSide (collision) : -1 ;
1375- if (studyUPConly && selGapSide < -0.5 ) return ;
1375+ if (studyUPConly && selGapSide < -0.5 )
1376+ return ;
13761377
13771378 for (auto & v0 : fullV0s) {
13781379 if (v0.v0Type () != v0cuts.v0TypeSelection && v0cuts.v0TypeSelection > 0 )
@@ -1395,7 +1396,8 @@ struct strangeYieldPbPb {
13951396 } // event is accepted
13961397
13971398 int selGapSide = collision.isUPC () ? getGapSide (collision) : -1 ;
1398- if (studyUPConly && selGapSide < -0.5 ) return ;
1399+ if (studyUPConly && selGapSide < -0.5 )
1400+ return ;
13991401
14001402 for (auto & casc : fullCascades) {
14011403 std::bitset<selNum> selMap = computeBitmapCascade (casc, collision);
You can’t perform that action at this time.
0 commit comments