Skip to content

Commit b736bce

Browse files
committed
Please consider the following formatting changes
1 parent eaceb40 commit b736bce

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
@@ -560,7 +560,7 @@ struct FlowZdcTask {
560560
histos.fill(HIST("T0Ccent"), collision.centFT0C());
561561
histos.fill(HIST("GlbTracks"), glbTracks);
562562

563-
if (sumZEMs > zemCut){
563+
if (sumZEMs > zemCut) {
564564
histos.fill(HIST("ZNA"), znA);
565565
histos.fill(HIST("ZNC"), znC);
566566
histos.fill(HIST("ZNACommon"), commonSumZna);
@@ -609,7 +609,7 @@ struct FlowZdcTask {
609609
histos.fill(HIST("ZPCcvsZPCsum"), sumZPC, zdc.energyCommonZPC());
610610
histos.fill(HIST("ZPAcvsZPAsum"), sumZPA, zdc.energyCommonZPA());
611611
}
612-
612+
613613
histos.fill(HIST("ampFT0C"), aT0C / 100.);
614614
histos.fill(HIST("ampFT0A"), aT0A / 100.);
615615
histos.fill(HIST("ampFT0M"), (aT0A + aT0C) / 100.);
@@ -823,7 +823,7 @@ struct FlowZdcTask {
823823
float aZEM1 = zdc.amplitudeZEM1();
824824
float aZEM2 = zdc.amplitudeZEM2();
825825
float sumZEMs = aZEM1 + aZEM2;
826-
if (sumZEMs > zemCut){
826+
if (sumZEMs > zemCut) {
827827
histos.fill(HIST("ampZna"), znA);
828828
histos.fill(HIST("ampZnc"), znC);
829829
histos.fill(HIST("commonZna"), commonSumZna);

0 commit comments

Comments
 (0)