Skip to content

Commit

Permalink
Merge pull request #13 from alibuild/alibot-cleanup-7277
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to AliceO2Group#7277
  • Loading branch information
creetz16 authored Aug 14, 2024
2 parents 3e4033e + 25fbf65 commit 281538b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGHF/D2H/Tasks/taskXicToXiPiPi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct HfTaskXicToXiPiPi {
if (doprocessWithDCAFitter && doprocessMcWithKFParticle) {
LOGF(fatal, "Cannot enable doprocessWithDCAFitter and doprocessMcWithKFParticle at the same time. Please choose one.");
}

static const AxisSpec axisMassXic = {300, 1.8, 3.0, "inv. mass (GeV/#it{c}^{2})"};
static const AxisSpec axisMassXiRes = {300, 1.0, 2.0, "inv. mass (GeV/#it{c}^{2})"};
static const AxisSpec axisPt = {(std::vector<double>)binsPt, "#it{p}_{T} (GeV/#it{c})"};
Expand Down

0 comments on commit 281538b

Please sign in to comment.