Skip to content

Commit 9206f19

Browse files
committed
PWGLF: fix cpplint issues
1 parent 61f0234 commit 9206f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/chargedkstaranalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ struct Chargedkstaranalysis {
341341
AxisSpec mcLabelAxis = {5, -0.5, 4.5, "MC Label"};
342342

343343
histos.add("hEvtSelInfo", "hEvtSelInfo", kTH1F, {{5, 0, 5.0}});
344-
auto hhCutFlow = histos.get<TH1>(HIST("hEvtSelInfo"));
344+
auto hCutFlow = histos.get<TH1>(HIST("hEvtSelInfo"));
345345
hCutFlow->GetXaxis()->SetBinLabel(1, "All Events");
346346
hCutFlow->GetXaxis()->SetBinLabel(2, "coll cuts");
347347
hCutFlow->GetXaxis()->SetBinLabel(3, "rctChecker");

0 commit comments

Comments
 (0)