Skip to content

Commit c93a010

Browse files
scattaruvkucera
andauthored
Update PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx
Co-authored-by: Vít Kučera <vit.kucera@cern.ch>
1 parent eb84515 commit c93a010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/HFC/TableProducer/correlatorDsHadrons.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ struct HfCorrelatorDsHadrons {
664664
listDaughters.clear();
665665
RecoDecay::getDaughters(particle, &listDaughters, arrDaughDsPDG, 2);
666666
int counterDaughters = 0;
667-
if (listDaughters.size() == static_cast<std::size_t>(nDsDaughters)) {
667+
if (listDaughters.size() == NDaughtersDs) {
668668
for (const auto& dauIdx : listDaughters) {
669669
// auto daughI = mcParticles.rawIteratorAt(dauIdx - mcParticles.offset());
670670
auto daughI = groupedMcParticles.rawIteratorAt(dauIdx - groupedMcParticles.offset());

0 commit comments

Comments
 (0)