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
// evaluate the normalization (from ALL tracks, including possible fake softpions) -> **histoME indeed includes bin1+bin2 of THnSparse, i.e. all the tracks**
487
487
Double_t factorNorm = 0;
488
-
for (int in = -1; in <= 0; in++)
489
-
factorNorm += histoME->GetBinContent(bin0phi + in, bin0eta);
490
-
for (int in = -1; in <= 0; in++)
491
-
factorNorm += histoME->GetBinContent(bin0phi + in, bin0eta - 1);
0 commit comments