Skip to content

Commit 0bf6faa

Browse files
author
Changhwan Choi
committed
Corrected axis title
1 parent 6a56b6a commit 0bf6faa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGJE/Tasks/bjetTaggingGnn.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,9 @@ struct BjetTaggingGnn {
331331

332332
const AxisSpec axisTrackpT{200, 0., 200., "#it{p}_{T} (GeV/#it{c})"};
333333
const AxisSpec axisTrackpTFine{1000, 0., 10., "#it{p}_{T} (GeV/#it{c})"};
334-
const AxisSpec axisJetpT{250, 0., 250., "#it{p}_{T,~ch~jet} (GeV/#it{c})"};
334+
const AxisSpec axisJetpT{250, 0., 250., "#it{p}_{T, ch jet} (GeV/#it{c})"};
335335
// Used in place of axisJetpT for every "_sub"-suffixed histogram (UE-subtracted jet pT can go negative).
336-
const AxisSpec axisJetpTSub{300, -50., 250., "#it{p}_{T,~ch~jet}^{sub} (GeV/#it{c})"};
336+
const AxisSpec axisJetpTSub{300, -50., 250., "#it{p}_{T, ch jet}^{sub} (GeV/#it{c})"};
337337
const AxisSpec axisJetEta{200, -0.8, 0.8, "#it{#eta}_{jet}"};
338338
const AxisSpec axisDb{200, dbMin, dbMax, "#it{D}_{b}"};
339339
const AxisSpec axisDbFine{dbNbins, dbMin, dbMax, "#it{D}_{b}"};

0 commit comments

Comments
 (0)