Skip to content

Commit 9aaf956

Browse files
Update PWGHF/D2H/Tasks/taskCd.cxx
Co-authored-by: Vít Kučera <26327373+vkucera@users.noreply.github.com>
1 parent 2d57d25 commit 9aaf956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/D2H/Tasks/taskCd.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ struct HfTaskCd {
221221
registry.fill(HIST("Data/hImpParErrProng2"), candidate.errorImpactParameter2(), pt);
222222

223223
if (fillTHn) {
224-
float const cent = o2::hf_centrality::getCentralityColl<CollType>(collision);
224+
float const cent = o2::hf_centrality::getCentralityColl(collision);
225225
double massCd(-1);
226226
if (candidate.isSelCdToDeKPi() >= selectionFlagCd) {
227227
massCd = hfHelper.invMassCdToDeKPi(candidate);

0 commit comments

Comments
 (0)