Skip to content
Snippets Groups Projects
Commit 827b54e2 authored by Peter Onyisi's avatar Peter Onyisi
Browse files

Merge branch 'master-dq-offline-lbrange' of...

Merge branch 'master-dq-offline-lbrange' of https://gitlab.cern.ch:8443/ponyisi/athena into master-dq-offline-lbrange
parents 1bfd35b8 a6f884d8
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ namespace Monitored { ...@@ -75,7 +75,7 @@ namespace Monitored {
if ( period == HistogramDef::RunPeriod::Run ) { if ( period == HistogramDef::RunPeriod::Run ) {
lbString = ""; lbString = "";
} else if ( period == HistogramDef::RunPeriod::LowStat ) { } else if ( period == HistogramDef::RunPeriod::LowStat ) {
const unsigned lbBase = lumiBlock-((lumiBlock-1)%20); const unsigned lbBase = lumiBlock-(((int64_t)lumiBlock-1)%20);
lbString = "/lowStat_LB"+std::to_string(lbBase)+"-"+std::to_string(lbBase+19); lbString = "/lowStat_LB"+std::to_string(lbBase)+"-"+std::to_string(lbBase+19);
} else { } else {
lbString = "/lb_"+std::to_string(lumiBlock); lbString = "/lb_"+std::to_string(lumiBlock);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment