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
Copy file name to clipboardExpand all lines: PWGLF/Tasks/Resonances/k892pmanalysis.cxx
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,8 @@ struct k892pmanalysis {
113
113
114
114
if (doprocessMELight) {
115
115
// Event-mixing background
116
-
histos.add("k892pmMEbackground", "Mixed-event background of charged K*(892)", kTH1F, {invMassAxis});
116
+
histos.add("k892pmMEbackground", "Mixed-event reconstructed K*(892) invariant mass distribution", kTH1F, {invMassAxis});
117
+
histos.add("k892pmMEMassPtMult3d", "Mixed-event reconstructed K*(892) mass vs pT vs V0 multiplicity distribution", kTH3F, {invMassAxis, ptAxis, centAxis});
0 commit comments