We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d57d25 commit 9aaf956Copy full SHA for 9aaf956
PWGHF/D2H/Tasks/taskCd.cxx
@@ -221,7 +221,7 @@ struct HfTaskCd {
221
registry.fill(HIST("Data/hImpParErrProng2"), candidate.errorImpactParameter2(), pt);
222
223
if (fillTHn) {
224
- float const cent = o2::hf_centrality::getCentralityColl<CollType>(collision);
+ float const cent = o2::hf_centrality::getCentralityColl(collision);
225
double massCd(-1);
226
if (candidate.isSelCdToDeKPi() >= selectionFlagCd) {
227
massCd = hfHelper.invMassCdToDeKPi(candidate);
0 commit comments