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
// LOGF(info, "Process Same | Nch: %i | Mult from column %i", tracks.size(), collision.mulT());
195
+
196
196
registry.fill(HIST("eventcount"), SameEvent); // because its same event i put it in the 1 bin
197
197
fillYield(collision, tracks);
198
198
fillCorrelations<CorrelationContainer::kCFStepReconstructed>(tracks, tracks, collision.posZ(), SameEvent, tracks.size()); // fill the SE histogram and Sparse
@@ -202,7 +202,7 @@ struct CorrSparse {
202
202
// event mixing
203
203
204
204
SliceCache cache;
205
-
using MixedBinning = ColumnBinningPolicy<aod::collision::PosZ, aod::multiplicity_nch::Multiplicity>;
205
+
using MixedBinning = ColumnBinningPolicy<aod::collision::PosZ, aod::corrsparse::Multiplicity>;
0 commit comments