Fix the legends in the cost monitoring timing plots
- Mar 02, 2021
-
-
sutt authored
The gitlab conflict resolution did not work - it showed "0 conflicts" but once I committed the change, the conflict markers were still in the file, so this request removes them.
-
Mark Sutton authored
# Conflicts: # Trigger/TrigAnalysis/TrigInDetAnalysisUser/Analysis/src/computils.h
-
sutt authored
-
sutt authored
The spacing between entries in the TLegends is messed up, this fixes it
-
- Feb 27, 2021
-
-
sutt authored
-
sutt authored
-
sutt authored
-
sutt authored
-
sutt authored
-
sutt authored
-
sutt authored
-
sutt authored
The automatic rangig caused extended the range beyong the "normal" range of the histgrams for some histograms. Then the, frankly unwanted, root behaviour of then including the underflow bin cause issues, since the histogram underflow limit is always set to -1666.57. This adds an additional check that prevents the range ever going below the actual histogram displayed limit for the time. Also, because the histograms now very sensibly, always have logarithmic binning we now divide by the bin width by default. This causes an issue with the computation of the means, so not the means are calculated correctly using the integrals of the histograms rather than the naive root calculation.
-