We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a251fb commit 2086723Copy full SHA for 2086723
PWGJE/Core/utilsBcSelEMC.h
@@ -52,7 +52,7 @@ void setEventRejectionLabels(Histo& hRejection)
52
{
53
// Puts labels on the bc monitoring histogram.
54
hRejection->GetXaxis()->SetBinLabel(EventRejection::None + 1, "All");
55
- hRejection->GetXaxis()->SetBinLabel(EventRejection::Trigger + 1, "Trigger");
+ hRejection->GetXaxis()->SetBinLabel(EventRejection::Trigger + 1, "Sel8");
56
hRejection->GetXaxis()->SetBinLabel(EventRejection::TvxTrigger + 1, "TVX Trigger");
57
hRejection->GetXaxis()->SetBinLabel(EventRejection::TimeFrameBorderCut + 1, "TF border");
58
hRejection->GetXaxis()->SetBinLabel(EventRejection::ItsRofBorderCut + 1, "ITS ROF border");
0 commit comments