Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Jun 3, 2024
1 parent c3cd7f0 commit 1e15acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PWGHF/Utils/utilsEvSelHf.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ o2::framework::AxisSpec axisEvents = {EventRejection::NEventRejection, -0.5f, +E
/// \brief Function to put labels on monitoring histogram
/// \param hRejection monitoring histogram
template <typename Histo>
void setEventRejectionLabels(Histo& hRejection) {
void setEventRejectionLabels(Histo& hRejection)
{
// Puts labels on the collision monitoring histogram.
hRejection->GetXaxis()->SetBinLabel(EventRejection::None + 1, "All");
hRejection->GetXaxis()->SetBinLabel(EventRejection::Centrality + 1, "Centrality");
Expand Down

0 comments on commit 1e15acb

Please sign in to comment.