@@ -39,13 +39,14 @@ o2::framework::AxisSpec axisEvents = {EventRejection::NEventRejection, -0.5f, st
3939template <typename Histo>
4040void 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