File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ struct FlowZdcTask {
374374 }
375375 histos.fill (HIST (" hEventCounter" ), EvCutLabel::VtxZ);
376376 if (isApplyRadialCut) {
377- if (std::fabs (col.posX ()) > posXcut || std::fabs (col.posY ()) > posYcut)
377+ if (std::fabs (col.posX ()) > posXcut || std::fabs (col.posY ()) > posYcut)
378378 return false ;
379379 }
380380
@@ -656,7 +656,7 @@ struct FlowZdcTask {
656656 if (((tZNC >= minTdcZn) && (tZNC <= maxTdcZn)) && ((tZNA >= minTdcZn) && (tZNA <= maxTdcZn))) {
657657 histos.fill (HIST (" ZnaVsZnc" ), znA, znC);
658658 }
659- if (((tZPC >= minTdcZp) && (tZPC <= maxTdcZp)) && ((tZPA >= minTdcZp) && (tZPA <= maxTdcZp))){
659+ if (((tZPC >= minTdcZp) && (tZPC <= maxTdcZp)) && ((tZPA >= minTdcZp) && (tZPA <= maxTdcZp))) {
660660 histos.fill (HIST (" ZpaVsZpc" ), zpA, zpC);
661661 }
662662 if ((tZNA >= minTdcZn) && (tZNA <= maxTdcZn) && ((tZPA >= minTdcZp) && (tZPA <= maxTdcZp))) {
You can’t perform that action at this time.
0 commit comments