Skip to content

Commit 799cf0c

Browse files
fgrosavkucera
andauthored
Update PWGHF/Utils/utilsEvSelHf.h
Co-authored-by: Vít Kučera <vit.kucera@cern.ch>
1 parent 2f6a327 commit 799cf0c

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

PWGHF/Utils/utilsEvSelHf.h

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,14 @@ o2::framework::AxisSpec axisEvents = {EventRejection::NEventRejection, -0.5f, st
3939
template <typename Histo>
4040
void setLabelHistoEvSel(Histo& hCollisions)
4141
{
42+
hCollisions->SetTitle("HF event counter;;accepted collisions");
4243
hCollisions->GetXaxis()->SetBinLabel(EventRejection::None + 1, "All collisions");
43-
hCollisions->GetXaxis()->SetBinLabel(EventRejection::Centrality + 1, "Centrality acc.");
44-
hCollisions->GetXaxis()->SetBinLabel(EventRejection::Trigger + 1, "sel8 / trigger class acc.");
45-
hCollisions->GetXaxis()->SetBinLabel(EventRejection::TimeFrameBorderCut + 1, "TF border acc.");
46-
hCollisions->GetXaxis()->SetBinLabel(EventRejection::NContrib + 1, "PV contr acc.");
47-
hCollisions->GetXaxis()->SetBinLabel(EventRejection::Chi2 + 1, "PV chi2 acc.");
48-
hCollisions->GetXaxis()->SetBinLabel(EventRejection::PositionZ + 1, "posZ acc.");
44+
hCollisions->GetXaxis()->SetBinLabel(EventRejection::Centrality + 1, "Centrality");
45+
hCollisions->GetXaxis()->SetBinLabel(EventRejection::Trigger + 1, "Trigger");
46+
hCollisions->GetXaxis()->SetBinLabel(EventRejection::TimeFrameBorderCut + 1, "TF border");
47+
hCollisions->GetXaxis()->SetBinLabel(EventRejection::NContrib + 1, "# of PV contributors");
48+
hCollisions->GetXaxis()->SetBinLabel(EventRejection::Chi2 + 1, "PV #it{#chi}^{2}");
49+
hCollisions->GetXaxis()->SetBinLabel(EventRejection::PositionZ + 1, "PV #it{z}");
4950
}
5051

5152
/// \brief Function to apply event selections in HF analyses

0 commit comments

Comments
 (0)