Skip to content

Commit f6b4cd8

Browse files
author
Sabrina Hernandez
committed
fix whitespace and clang format
1 parent 204a0ac commit f6b4cd8

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -577,18 +577,16 @@ 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);
585-
if (std::isfinite(zpA) && !std::isnan(zpA) &&
586-
cent >= minT0CcentCut && cent < maxT0CcentCut && glbTracks >= minNch && glbTracks < maxNch) {
585+
if (std::isfinite(zpA) && !std::isnan(zpA) && cent >= minT0CcentCut && cent < maxT0CcentCut && glbTracks >= minNch && glbTracks < maxNch) {
587586
histos.fill(HIST("pZPAvsFT0Ccent"), cent, zpA);
588587
histos.fill(HIST("pZPAvsGlbTrack"), glbTracks, zpA);
589588
}
590-
if (std::isfinite(zpC) && !std::isnan(zpC) &&
591-
cent >= minT0CcentCut && cent < maxT0CcentCut && glbTracks >= minNch && glbTracks < maxNch) {
589+
if (std::isfinite(zpC) && !std::isnan(zpC) && cent >= minT0CcentCut && cent < maxT0CcentCut && glbTracks >= minNch && glbTracks < maxNch) {
592590
histos.fill(HIST("pZPCvsFT0Ccent"), cent, zpC);
593591
histos.fill(HIST("pZPCvsGlbTrack"), glbTracks, zpC);
594592
}

0 commit comments

Comments
 (0)