We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2504b49 commit 53ca3c7Copy full SHA for 53ca3c7
1 file changed
PWGHF/TableProducer/trackIndexSkimCreator.cxx
@@ -3938,10 +3938,6 @@ struct HfTrackIndexSkimCreatorLfCascades {
3938
// cascade loop
3939
const auto thisCollId = collision.globalIndex();
3940
const auto groupedCascades = cascades.sliceBy(cascadesPerCollision, thisCollId);
3941
- // The bachelor track indices depend only on the collision, not on the
3942
- // cascade, so slice them once per collision. Each sliceBy on this Filtered
3943
- // join does a full arrow Table::Slice (per-column allocation) plus a
3944
- // selection-vector slice, so rebuilding it for every cascade is pure waste.
3945
const auto groupedBachTrackIndices = trackIndices.sliceBy(trackIndicesPerCollision, thisCollId);
3946
3947
for (const auto& casc : groupedCascades) {
0 commit comments