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
// First we build lookup tables based on current dataframe's collisions (connects pairs of jet proxies from similar collisions):
1470
1471
// (these proxies may come from collisions with no valid Lambdas, by construction, enabling more mixes)
1471
1472
if (fakePolSwitches.doMixedEventProxies) { // This is performed out of the resampling loop, so nProxyResamples will not resample event mixing candidates
1472
-
auto getMixCentrality = [this](o2::aod::RingCollision const& col) { returnthis->getCentrality(col); };
1473
+
auto getMixCentrality = [this](o2::aod::RingCollision const& col) { returnthis->getCentrality(col); };// Already filtered even though referencing only RingCollision, not an iterator to Filtered table
1473
1474
1474
1475
// For the leading particle:
1475
1476
// Pattern follows MixedEventsLambdaBinning tutorial (captures leadPs table and cache define in task's struct):
SameKindPair<o2::aod::RingCollisions, o2::aod::RingLeadPs, LeadPBinningType> leadPPair{// Already filtered even though referencing only RingCollision, so no need to access the filtered table
0 commit comments