Skip to content

Commit f18ef30

Browse files
Update PWGHF/Utils/utilsEvSelHf.h
Co-authored-by: Vít Kučera <26327373+vkucera@users.noreply.github.com>
1 parent 8c21190 commit f18ef30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/Utils/utilsEvSelHf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ void setEventRejectionLabels(Histo& hRejection, std::string const& softwareTrigg
170170
hRejection->GetXaxis()->SetBinLabel(EventRejection::IsGoodZvtxFT0vsPV + 1, "PV #it{z} consistency FT0 timing");
171171
hRejection->GetXaxis()->SetBinLabel(EventRejection::NoSameBunchPileup + 1, "No same-bunch pile-up"); // POTENTIALLY BAD FOR BEAUTY ANALYSES
172172
hRejection->GetXaxis()->SetBinLabel(EventRejection::Occupancy + 1, "Occupancy");
173-
hRejection->GetXaxis()->SetBinLabel(EventRejection::Inel0 + 1, "INEL0");
173+
hRejection->GetXaxis()->SetBinLabel(EventRejection::Inel0 + 1, "INEL > 0");
174174
hRejection->GetXaxis()->SetBinLabel(EventRejection::NContrib + 1, "# of PV contributors");
175175
hRejection->GetXaxis()->SetBinLabel(EventRejection::Chi2 + 1, "PV #it{#chi}^{2}");
176176
hRejection->GetXaxis()->SetBinLabel(EventRejection::PositionZ + 1, "PV #it{z}");

0 commit comments

Comments
 (0)