You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This function uses the standard track-collision association to compute quantities related to collision merging
914
914
// clear the maps for this time frame
@@ -941,7 +941,7 @@ struct TableMaker {
941
941
942
942
for (constauto& collision : collisions) {
943
943
// make a slice for this collision and compute the DCAz based event quantities
944
-
auto thisCollTracks = tracks.sliceBy(preslice, collision.globalIndex());
944
+
auto thisCollTracks = tracks.sliceBy(presliceTracks, collision.globalIndex());
945
945
VarManager::FillEventTracks(thisCollTracks); // fill the VarManager arrays with the information of the tracks associated to this collision, needed for the cuts and histograms
946
946
// add the computed variables to the maps with the collision index as key
0 commit comments