Skip to content

Commit a650642

Browse files
author
Chiara De Martin
committed
small histo fix
1 parent 2637256 commit a650642

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

EventFiltering/PWGLF/strangenessFilter.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ struct strangenessFilter {
225225
hProcessedEvents->GetXaxis()->SetBinLabel(16, aod::filtering::OmegaXi::columnLabel());
226226

227227
hCandidate->GetXaxis()->SetBinLabel(1, "All");
228-
hCandidate->GetXaxis()->SetBinLabel(2, "Has_V0");
228+
hCandidate->GetXaxis()->SetBinLabel(2, "PassBuilderSel");
229229
hCandidate->GetXaxis()->SetBinLabel(3, "DCA_meson");
230230
hCandidate->GetXaxis()->SetBinLabel(4, "DCA_baryon");
231231
hCandidate->GetXaxis()->SetBinLabel(5, "TPCNsigma_pion");
@@ -243,6 +243,7 @@ struct strangenessFilter {
243243
hCandidate->GetXaxis()->SetBinLabel(17, "CascCosPA");
244244
hCandidate->GetXaxis()->SetBinLabel(18, "DCAV0ToPV");
245245
hCandidate->GetXaxis()->SetBinLabel(19, "ProperLifeTime");
246+
hCandidate->GetXaxis()->SetBinLabel(20, "Rapidity");
246247

247248
std::vector<double> centBinning = {0., 1., 5., 10., 20., 30., 40., 50., 70., 100.};
248249
AxisSpec multAxisNTPV = {100, 0.0f, 100.0f, "N. tracks PV estimator"};

0 commit comments

Comments
 (0)