Skip to content

Commit 2086723

Browse files
committed
[PWGJE,EMCAL-670] Add BC selection to EMCal QA task
- Rename Trigger to Sel8 for the hRejctio histogram
1 parent 3a251fb commit 2086723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGJE/Core/utilsBcSelEMC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void setEventRejectionLabels(Histo& hRejection)
5252
{
5353
// Puts labels on the bc monitoring histogram.
5454
hRejection->GetXaxis()->SetBinLabel(EventRejection::None + 1, "All");
55-
hRejection->GetXaxis()->SetBinLabel(EventRejection::Trigger + 1, "Trigger");
55+
hRejection->GetXaxis()->SetBinLabel(EventRejection::Trigger + 1, "Sel8");
5656
hRejection->GetXaxis()->SetBinLabel(EventRejection::TvxTrigger + 1, "TVX Trigger");
5757
hRejection->GetXaxis()->SetBinLabel(EventRejection::TimeFrameBorderCut + 1, "TF border");
5858
hRejection->GetXaxis()->SetBinLabel(EventRejection::ItsRofBorderCut + 1, "ITS ROF border");

0 commit comments

Comments
 (0)