Skip to content

Commit fe3cb19

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGLF/Tasks/Nuspex/spectraTOF.cxx

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

0 commit comments

Comments
 (0)