Skip to content

Commit f6f13e8

Browse files
author
Sabrina Hernandez
committed
fix whitespace and clang
1 parent 9f16c22 commit f6f13e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -553,16 +553,16 @@ struct FlowZdcTask {
553553
histos.fill(HIST("ZNASector"), sumZNA / cfgCollisionEnergy);
554554
histos.fill(HIST("ZNCSector"), sumZNC / cfgCollisionEnergy);
555555
histos.fill(HIST("ZN"), znA + znC);
556-
histos.fill(HIST("ZNVsZEM"), sumZEMs, sumZNs);
556+
histos.fill(HIST("ZNVsZEM"), sumZEMs, sumZNs);
557557
histos.fill(HIST("ZNCVstdc"), tZNC, znC);
558558
histos.fill(HIST("ZNAVstdc"), tZNA, znA);
559559
histos.fill(HIST("ZPCVstdc"), tZPC, zpC);
560560
histos.fill(HIST("ZNVsFT0A"), aT0A / 100., sumZNs);
561561
histos.fill(HIST("ZNVsFT0C"), aT0C / 100., sumZNs);
562-
histos.fill(HIST("ZNVsFT0M"), (aT0A + aT0C) / 100., sumZNs);
562+
histos.fill(HIST("ZNVsFT0M"), (aT0A + aT0C) / 100., sumZNs);
563563

564564
// Proton ZDC
565-
if (!isOneNeutronFound || znA >= oneNeutron){
565+
if (!isOneNeutronFound || znA >= oneNeutron) {
566566
histos.fill(HIST("ZPA"), zpA);
567567
histos.fill(HIST("ZPASector"), sumZPA / cfgCollisionEnergy);
568568
histos.fill(HIST("ZPAVstdc"), tZPA, zpA);
@@ -572,12 +572,12 @@ struct FlowZdcTask {
572572
histos.fill(HIST("pZPAvsFT0Ccent"), cent, zpA);
573573
}
574574
}
575-
if (!isOneNeutronFound || znC >= oneNeutron){
575+
if (!isOneNeutronFound || znC >= oneNeutron) {
576576
histos.fill(HIST("ZPC"), zpC);
577577
histos.fill(HIST("ZPCSector"), sumZPC / cfgCollisionEnergy);
578578
histos.fill(HIST("ZPCvsCent"), cent, zpC);
579579
if (std::isfinite(zpC) && !std::isnan(zpC) &&
580-
cent >= minT0CcentCut && cent < maxT0CcentCut) {
580+
cent >= minT0CcentCut && cent < maxT0CcentCut) {
581581
histos.fill(HIST("pZPCvsFT0Ccent"), cent, zpC);
582582
}
583583
}

0 commit comments

Comments
 (0)