iris-hep / analysis-grand-challenge

Repository dedicated to AGC preparations & execution
https://agc.readthedocs.io
MIT License
24 stars 39 forks source link

fix: b-tagging threshold comparison #182

Closed alexander-held closed 1 year ago

alexander-held commented 1 year ago

The analysis task defines that the b-tagging comparisons should use > instead of >= (which was previously used inconsistently). This is fixed here.

Also slightly improving the event number formatting in the corresponding table and adding some minor comment fixes.

This does not update reference histograms, which will happen via #166 that should go in next.

resolves #174