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):
1471
1471
// (these proxies may come from collisions with no valid Lambdas, by construction, enabling more mixes)
1472
-
if (fakePolSwitches.doMixedEventProxies) { // This is performed out of the resampling loop, so nProxyResamples will not resample event mixing candidates
1472
+
// (This is performed out of the resampling loop, so nProxyResamples will not resample event mixing candidates)
1473
+
if (fakePolSwitches.doMixedEventProxies) {
1473
1474
auto getMixCentrality = [this](o2::aod::RingCollision const& col) { returnthis->getCentrality(col); }; // Already filtered even though referencing only RingCollision, not an iterator to Filtered table
// SameKindPair defaults to CombinationsBlockStrictlyUpperSameIndexPolicy, so no same-event mixing should happen:
1488
-
SameKindPair<o2::aod::RingCollisions, o2::aod::RingLeadPs, LeadPBinningType> leadPPair{ // Already filtered even though referencing only RingCollision, so no need to access the filtered table
1489
+
//(Already filtered by Zvtx even though we call by aod::RingCollisions, so no need to access the filtered table)
0 commit comments