Hlt2 bandwidth division tools
We already have the nice UpgradeRateTest dashboard developed by @shunan @abertoli et al.
Following a discussion in the RTA WP3 meeting today it seems that the main missing feature is the ability to report correlations and exclusive rates. This is not possible by simply parsing the log file. It requires writing out a tuple of decisions with one column per line and one row per event, like HltEfficiencyChecker
does (this is also what the Run-2 rate tests did).
The analysis on the tuple to produce content for the webpages is then very fast/efficient.
One technical issue raised by @shunan is that the tests are currently run multithreaded, which probably rules out any tupling based on {MC}DecayTreeTuple
(what HltEfficiencyChecker
currently does)
The work by @enoomen slides is also relevant.
@poluekt @nskidmor @shunan @abertoli @msaur @sstahl @enoomen @rmatev @rjhunter