Skip to content

Commit 391cc72

Browse files
sarjeetagamisarjeeta gami
andauthored
[PWGLF] fix event selection hist (#11524)
Co-authored-by: sarjeeta gami <sarjeetagami@sarjeetas-MacBook-Air.local>
1 parent 87a0260 commit 391cc72

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)