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
voidfillCorrelations(TTracks tracks1, TTracks tracks2, float posZ, int system, float Nch) // function to fill the Output functions (sparse) and the delta eta and delta phi histograms
196
+
voidfillCorrelations(TTracks tracks1, TTracks tracks2, float posZ, int system) // function to fill the Output functions (sparse) and the delta eta and delta phi histograms
registry.fill(HIST("eventcount"), SameEvent); // because its same event i put it in the 1 bin
249
255
fillYield(collision, tracks);
250
-
fillCorrelations<CorrelationContainer::kCFStepReconstructed>(tracks, tracks, collision.posZ(), SameEvent, tracks.size()); // fill the SE histogram and Sparse
256
+
fillCorrelations<CorrelationContainer::kCFStepReconstructed>(tracks, tracks, collision.posZ(), SameEvent); // fill the SE histogram and Sparse
251
257
}
252
258
PROCESS_SWITCH(FlowCorrelationsUpc, processSame, "Process same event", true);
253
259
@@ -265,7 +271,7 @@ struct FlowCorrelationsUpc {
265
271
266
272
for (autoconst& [collision1, tracks1, collision2, tracks2] : pairs) {
267
273
registry.fill(HIST("eventcount"), MixedEvent); // fill the mixed event in the 3 bin
0 commit comments