@@ -280,9 +280,9 @@ struct HfCorrelatorDsHadrons {
280280 registry.add (" hDsPoolBin" , " Ds candidates pool bin" , {HistType::kTH1F , {axisPoolBin}});
281281 registry.add (" hTracksPoolBin" , " Particles associated pool bin" , {HistType::kTH1F , {axisPoolBin}});
282282 if (pidTrkApplied) {
283- registry.add (" hTpcTofNSigmaPIDpion" , " n sigma tpc and tof for pion hypothesis" , {HistType::kTH2F , {{axisPid}, {axisPid}, {axisPtHadron}}});
284- registry.add (" hTpcTofNSigmaPIDkaon" , " n sigma tpc and tof for kaon hypothesis" , {HistType::kTH2F , {{axisPid}, {axisPid}, {axisPtHadron}}});
285- registry.add (" hTpcTofNSigmaPIDproton" , " n sigma tpc and tof for proton hypothesis" , {HistType::kTH2F , {{axisPid}, {axisPid}, {axisPtHadron}}});
283+ registry.add (" hTpcTofNSigmaPIDpion" , " n sigma tpc and tof for pion hypothesis" , {HistType::kTH3F , {{axisPid}, {axisPid}, {axisPtHadron}}});
284+ registry.add (" hTpcTofNSigmaPIDkaon" , " n sigma tpc and tof for kaon hypothesis" , {HistType::kTH3F , {{axisPid}, {axisPid}, {axisPtHadron}}});
285+ registry.add (" hTpcTofNSigmaPIDproton" , " n sigma tpc and tof for proton hypothesis" , {HistType::kTH3F , {{axisPid}, {axisPid}, {axisPtHadron}}});
286286 }
287287 }
288288 // Histograms for MC Reco analysis
0 commit comments