Skip to content

Commit eb8bff4

Browse files
author
Changhwan Choi
committed
Histogram registry.add error resolved
1 parent 979f33b commit eb8bff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Tasks/bjetTaggingGnn.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ struct BjetTaggingGnn {
246246

247247
registry.add("h_jetpT", "", {HistType::kTH1F, {axisJetpT}}, callSumw2);
248248
registry.add("h_jetEta", "", {HistType::kTH1F, {axisJetEta}}, callSumw2);
249-
registry.add("h_jetPhi", "", {HistType::kTH1F, {200, 0., 2. * M_PI, "#it{phi}_{jet}"}});
249+
registry.add("h_jetPhi", "", {HistType::kTH1F, {{200, 0., 2. * M_PI, "#it{phi}_{jet}"}}});
250250
registry.add("h_jetMass", "", {HistType::kTH1F, {axisJetMass}});
251251
registry.add("h_Db", "", {HistType::kTH1F, {axisDbFine}});
252252
registry.add("h2_jetpT_Db", "", {HistType::kTH2F, {axisJetpT, axisDb}});

0 commit comments

Comments
 (0)