Skip to content

Commit 8c9ef1e

Browse files
committed
Please consider the following formatting changes
1 parent 204a0ac commit 8c9ef1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -577,18 +577,18 @@ struct FlowZdcTask {
577577
histos.fill(HIST("ZPACommon"), commonSumZpa);
578578
histos.fill(HIST("ZPASector"), sumZPA);
579579
histos.fill(HIST("ZPAVstdc"), tZPA, zpA);
580-
histos.fill(HIST("ZPAvsCent"), cent, zpA);
580+
histos.fill(HIST("ZPAvsCent"), cent, zpA);
581581
histos.fill(HIST("ZPC"), zpC);
582582
histos.fill(HIST("ZPCCommon"), commonSumZpc);
583583
histos.fill(HIST("ZPCSector"), sumZPC);
584584
histos.fill(HIST("ZPCvsCent"), cent, zpC);
585585
if (std::isfinite(zpA) && !std::isnan(zpA) &&
586-
cent >= minT0CcentCut && cent < maxT0CcentCut && glbTracks >= minNch && glbTracks < maxNch) {
586+
cent >= minT0CcentCut && cent < maxT0CcentCut && glbTracks >= minNch && glbTracks < maxNch) {
587587
histos.fill(HIST("pZPAvsFT0Ccent"), cent, zpA);
588588
histos.fill(HIST("pZPAvsGlbTrack"), glbTracks, zpA);
589589
}
590590
if (std::isfinite(zpC) && !std::isnan(zpC) &&
591-
cent >= minT0CcentCut && cent < maxT0CcentCut && glbTracks >= minNch && glbTracks < maxNch) {
591+
cent >= minT0CcentCut && cent < maxT0CcentCut && glbTracks >= minNch && glbTracks < maxNch) {
592592
histos.fill(HIST("pZPCvsFT0Ccent"), cent, zpC);
593593
histos.fill(HIST("pZPCvsGlbTrack"), glbTracks, zpC);
594594
}

0 commit comments

Comments
 (0)