You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGHF/D2H/Tasks/taskCd.cxx
+13-24Lines changed: 13 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ struct HfTaskCd {
112
112
if ((std::accumulate(doprocess.begin(), doprocess.end(), 0)) != 1) {
113
113
LOGP(fatal, "no or more than one process function enabled! Please check your configuration!");
114
114
}
115
-
auto vbins = (std::vector<double>)binsPt;
115
+
auto vbins = binsPt;
116
116
/// mass candidate
117
117
registry.add("Data/hMassVsPtVsNPvContributors", "3-prong candidates;inv. mass (de K #pi) (GeV/#it{c}^{2}); p_{T}; Number of PV contributors", {HistType::kTH3F, {{600, 1.98, 2.58}, {vbins, "#it{p}_{T} (GeV/#it{c})"}, {5000, 0., 10000.}}});
118
118
registry.add("Data/hMassVsPt", "3-prong candidates;inv. mass (de K #pi) (GeV/#it{c}^{2}); p_{T}", {HistType::kTH2F, {{600, 1.98, 2.58}, {vbins, "#it{p}_{T} (GeV/#it{c})"}}});
@@ -152,22 +152,11 @@ struct HfTaskCd {
152
152
const AxisSpec thnAxisCPA{thnConfigAxisCPA, "cosine of pointing angle"};
0 commit comments