Skip to content

Commit 995f540

Browse files
clang fix
1 parent 6fa38c3 commit 995f540

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGJE/Tasks/trackEfficiency.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ struct TrackEfficiency {
183183
registry.get<TH1>(HIST("hTrackCutsCounts"))->GetXaxis()->SetBinLabel(4, "ptHatMaxFraction");
184184
registry.get<TH1>(HIST("hTrackCutsCounts"))->GetXaxis()->SetBinLabel(5, "mcPartIsPrimary");
185185
registry.get<TH1>(HIST("hTrackCutsCounts"))->GetXaxis()->SetBinLabel(6, "etaAcc"); // not actually applied here but it will give an idea of what will be done in the post processing
186-
187186
}
188187

189188
AxisSpec ptAxisEff = {nBinsLowPt, 0., 10., "#it{p}_{T} (GeV/#it{c})"};

0 commit comments

Comments
 (0)