@@ -504,7 +504,7 @@ struct HfTreeCreatorOmegac0ToOmegaPi {
504504 }
505505
506506 // Filling candidate properties
507- rowKfCandidateFull .reserve (candidates.size ());
507+ rowKfCandidateLite .reserve (candidates.size ());
508508 for (const auto & candidate : candidates) {
509509 fillKfCandidateLite (candidate, collisions, -7 , RecoDecay::OriginType::None, false , -1 .);
510510 }
@@ -560,7 +560,7 @@ struct HfTreeCreatorOmegac0ToOmegaPi {
560560 }
561561
562562 // Filling candidate properties
563- rowKfCandidateFull .reserve (candidates.size ());
563+ rowKfCandidateLite .reserve (candidates.size ());
564564 for (const auto & candidate : candidates) {
565565 auto collision = candidate.collision_as <CollsWithFT0M>();
566566 float centFt0m = o2::hf_centrality::getCentralityColl (collision);
@@ -600,7 +600,7 @@ struct HfTreeCreatorOmegac0ToOmegaPi {
600600 }
601601
602602 // Filling candidate properties
603- rowCandidateLite .reserve (candidates.size ());
603+ rowKfCandidateFull .reserve (candidates.size ());
604604 for (const auto & candidate : candidates) {
605605 if (keepOnlyMcSignal && candidate.originMcRec () == RecoDecay::OriginType::None) {
606606 continue ;
@@ -620,7 +620,7 @@ struct HfTreeCreatorOmegac0ToOmegaPi {
620620 }
621621
622622 // Filling candidate properties
623- rowCandidateLite .reserve (candidates.size ());
623+ rowKfCandidateLite .reserve (candidates.size ());
624624 for (const auto & candidate : candidates) {
625625 if (keepOnlyMcSignal && candidate.originMcRec () == RecoDecay::OriginType::None) {
626626 continue ;
@@ -665,7 +665,7 @@ struct HfTreeCreatorOmegac0ToOmegaPi {
665665 }
666666
667667 // Filling candidate properties
668- rowCandidateLite .reserve (candidates.size ());
668+ rowKfCandidateFull .reserve (candidates.size ());
669669 for (const auto & candidate : candidates) {
670670 if (keepOnlyMcSignal && candidate.originMcRec () == RecoDecay::OriginType::None) {
671671 continue ;
@@ -688,7 +688,7 @@ struct HfTreeCreatorOmegac0ToOmegaPi {
688688 }
689689
690690 // Filling candidate properties
691- rowCandidateLite .reserve (candidates.size ());
691+ rowKfCandidateLite .reserve (candidates.size ());
692692 for (const auto & candidate : candidates) {
693693 if (keepOnlyMcSignal && candidate.originMcRec () == RecoDecay::OriginType::None) {
694694 continue ;
0 commit comments