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
voidfillCorrelationsCasc(TTracks tracks1, TCollision currentCollision, float posX, float posY, float posZ, int bin, float eventWeight) // function to fill the Output functions (sparse) and the delta eta and delta phi histograms (use buffer, only for mixevent)
783
783
{
784
784
float triggerWeight = 1.0f;
@@ -1489,15 +1489,15 @@ struct CascDiHadronCorr {
1489
1489
if (!cfgCentTableUnavailable) {
1490
1490
cent = getCentrality(collision);
1491
1491
}
1492
-
if (cfgUseAdditionalEventCut && !eventSelected(collision,tracks.size(), cent, false))
1492
+
if (cfgUseAdditionalEventCut && !eventSelected(collision,tracks.size(), cent, false))
0 commit comments