Skip to content

Commit 1425545

Browse files
committed
Fix: ALICE clang-format style
1 parent 7d40275 commit 1425545

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

PWGLF/Tasks/Nuspex/spectraTOF.cxx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,7 @@ struct SpectraTOF {
319319
kPosZPassed,
320320
kInelGt0Final,
321321
kInelGt1Final
322-
}
323-
auto h = histos.add<TH1>("evsel", "evsel", HistType::kTH1D, {{20, 0.5, 20.5}});
322+
} auto h = histos.add<TH1>("evsel", "evsel", HistType::kTH1D, {{20, 0.5, 20.5}});
324323
h->GetXaxis()->SetBinLabel(kEventsRead, "Events read");
325324
h->GetXaxis()->SetBinLabel(kInelGt0Frac, "INEL>0 (fraction)");
326325
h->GetXaxis()->SetBinLabel(kInelGt1Frac, "INEL>1 (fraction)");
@@ -598,8 +597,7 @@ struct SpectraTOF {
598597
histos.add("MC/test/RecoEvs/pr/pos/prm/pt/numtof", "generated MC p from recons. events", kTHnSparseD, {ptAxis, impParamAxis});
599598
histos.add("MC/test/RecoEvs/pr/neg/prm/pt/numtof", "generated MC #bar{p} from recons. events", kTHnSparseD, {ptAxis, impParamAxis});
600599
}
601-
}
602-
auto hh = histos.add<TH1>("MC/GenRecoCollisions", "Generated and Reconstructed MC Collisions", kTH1D, {{10, 0.5, 10.5}});
600+
} auto hh = histos.add<TH1>("MC/GenRecoCollisions", "Generated and Reconstructed MC Collisions", kTH1D, {{10, 0.5, 10.5}});
603601
hh->GetXaxis()->SetBinLabel(1, "Collisions generated");
604602
hh->GetXaxis()->SetBinLabel(2, "Collisions reconstructed");
605603
hh->GetXaxis()->SetBinLabel(3, "INEL>0");

0 commit comments

Comments
 (0)