Skip to content

Commit 8bba576

Browse files
committed
Fix: ALICE clang-format style
1 parent fe3cb19 commit 8bba576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/spectraTOF.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ struct SpectraTOF {
598598
histos.add("MC/test/RecoEvs/pr/neg/prm/pt/numtof", "generated MC #bar{p} from recons. events", kTHnSparseD, {ptAxis, impParamAxis});
599599
}
600600
}
601-
auto hh = histos.add<TH1>("MC/GenRecoCollisions", "Generated and Reconstructed MC Collisions", kTH1D, {{10, 0.5, 10.5}});
601+
auto hh = histos.add<TH1>("MC/GenRecoCollisions", "Generated and Reconstructed MC Collisions", kTH1D, {{10, 0.5, 10.5}});
602602
hh->GetXaxis()->SetBinLabel(1, "Collisions generated");
603603
hh->GetXaxis()->SetBinLabel(2, "Collisions reconstructed");
604604
hh->GetXaxis()->SetBinLabel(3, "INEL>0");

0 commit comments

Comments
 (0)