Skip to content

Commit 26bf4af

Browse files
author
Sabrina Hernandez
committed
adjust whitespace and clang format
1 parent fdb5b56 commit 26bf4af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/Flow/Tasks/flowZdcTask.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ struct FlowZdcTask {
191191
{axisCent, axisZP});
192192
histos.add("hNchvsNPV", ";NPVTracks (|#eta|<1);N_{ch} (|#eta|<0.8);",
193193
kTH2F,
194-
{{{nBinsNch, -0.5, maxNch}, {nBinsNch, -0.5, maxNch}}});
194+
{{{nBinsNch, -0.5, maxNch}, {nBinsNch, -0.5, maxNch}}});
195195
histos.add("revsimag", "revsimag", kTH2F, {axisREQ, axisIMQ}); // for q vector recentering
196196
histos.add("hYield", "Nch vs pT", kTH2F, {axisMultiplicity, axisPt});
197197
histos.add("hGlobalTracks", "hGlobalTracks", kTH1F, {axisMultiplicity});
@@ -403,7 +403,7 @@ struct FlowZdcTask {
403403
histos.fill(HIST("hFT0MAmp"), ft0mAmp);
404404
if (foundBC.has_zdc()) {
405405
const auto& zdcread = foundBC.zdc();
406-
const auto cent = collision.centFT0C();
406+
const auto cent = collision.centFT0C();
407407

408408
// ZDC data and histogram filling
409409
histos.get<TH1>(HIST("ZNAcoll"))->Fill(zdcread.amplitudeZNA());

0 commit comments

Comments
 (0)