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
using myCollisions = soa::Join<aod::Hashes, aod::Collisions>;
344
+
using myCollisions = soa::Join<aod::MixingHashes, aod::Collisions>;
345
345
NoBinningPolicy<aod::hash::Bin> hashBin;
346
346
SameKindPair<myCollisions, aod::Tracks, NoBinningPolicy<aod::hash::Bin>> pair{hashBin, 5, -1, &cache}; // indicates that 5 events should be mixed and under/overflow (-1) to be ignored
0 commit comments