Skip to content

Commit

Permalink
update title of BS Choice plot
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobrivio committed Jul 17, 2023
1 parent 2fdd2ce commit b21e838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQM/BeamMonitor/plugins/OnlineBeamMonitor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void OnlineBeamMonitor::bookHistograms(DQMStore::IBooker& ibooker,
ibooker.setCurrentFolder(monitorName_ + "Validation");
//Book histograms
bsChoice_ = ibooker.bookProfile("bsChoice",
"BS Choice (+1): HLT - (-1): Legacy - (-10): Fake BS - (0): No Transient ",
"BS Choice: +1=HLT / -1=Legacy / -10=Fake (fallback to PCL) / 0=No Transient ",
lastLumi - firstLumi + 1,
firstLumi - 0.5,
lastLumi + 0.5,
Expand Down

0 comments on commit b21e838

Please sign in to comment.