From 5964e51338e472540c2b2743b31effe393386a23 Mon Sep 17 00:00:00 2001 From: sawankumawat Date: Thu, 16 Apr 2026 22:39:05 +0530 Subject: [PATCH] Event splitting histogram added --- PWGLF/Tasks/Resonances/kstarqa.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PWGLF/Tasks/Resonances/kstarqa.cxx b/PWGLF/Tasks/Resonances/kstarqa.cxx index 0abc2341b05..8ebdff47675 100644 --- a/PWGLF/Tasks/Resonances/kstarqa.cxx +++ b/PWGLF/Tasks/Resonances/kstarqa.cxx @@ -441,7 +441,8 @@ struct Kstarqa { hGenTracks->GetXaxis()->SetBinLabel(2, "INELgt0+vtz"); hGenTracks->GetXaxis()->SetBinLabel(3, "INELgt0"); hGenTracks->GetXaxis()->SetBinLabel(4, "All Collisions"); - hGenTracks->GetXaxis()->SetBinLabel(5, "Event Reconstructed"); + hGenTracks->GetXaxis()->SetBinLabel(5, "Gen events with at least 1 rec event"); + hGenTracks->GetXaxis()->SetBinLabel(6, "Rec events"); // Multplicity distribution if (cQAevents) { @@ -2036,6 +2037,7 @@ struct Kstarqa { return; } + rEventSelection.fill(HIST("eventsCheckGen"), 5.5); hInvMass.fill(HIST("h1RecMult"), multiplicity); hInvMass.fill(HIST("h1RecMult2"), multiplicityRec); @@ -3002,6 +3004,7 @@ struct Kstarqa { return; } + rEventSelection.fill(HIST("eventsCheckGen"), 5.5); hInvMass.fill(HIST("h1RecMult"), multiplicity); hInvMass.fill(HIST("h1RecMult2"), multiplicityRec);