77 long const orbitsPerTF = 6;
80 auto indices = ctx.calcTimeframeIndices(0, orbitsPerTF, 0., nTF);
83 auto tf0 = ctx.extractSingleTimeframe(0,
indices, {});
84 auto tf1 = ctx.extractSingleTimeframe(1,
indices, {});
85 auto tf2 = ctx.extractSingleTimeframe(2,
indices, {});
109 long const orbitsPerTF = 6;
113 auto indices = ctx.calcTimeframeIndices(0, orbitsPerTF, 0., nTF);
114 ctx.applyMaxCollisionFilter(
indices, 0, orbitsPerTF, 2, 0.);
122 auto tf2 = ctx.extractSingleTimeframe(2,
indices, {});