Skip to content

Commit 2b56008

Browse files
sarjeeta gamisarjeeta gami
authored andcommitted
[PWGLF] fix event selection hist
1 parent 251b2ea commit 2b56008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Resonances/kstarpbpb.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ struct kstarpbpb {
184184
AxisSpec centAxis = {8, 0, 80, "V0M (%)"};
185185
AxisSpec occupancyAxis = {occupancyBinning, "Occupancy"};
186186
if (!fillSA) {
187+
histos.add("hEvtSelInfo", "hEvtSelInfo", kTH1F, {{10, 0, 10.0}});
187188
if (same) {
188189
histos.add("hSparseV2SASameEvent_V2", "hSparseV2SASameEvent_V2", HistType::kTHnSparseF, {configThnAxisInvMass, configThnAxisPt, configThnAxisV2, configThnAxisCentrality});
189-
histos.add("hEvtSelInfo", "hEvtSelInfo", kTH1F, {{10, 0, 10.0}});
190190
}
191191
if (like) {
192192
histos.add("hSparseV2SAlikeEventNN_V2", "hSparseV2SAlikeEventNN_V2", HistType::kTHnSparseF, {configThnAxisInvMass, configThnAxisPt, configThnAxisV2, configThnAxisCentrality});

0 commit comments

Comments
 (0)