cms-l1-dpg / Phase2-L1MenuTools

This repository contains the framework for the measurement of matching efficiencies, trigger turn-on curves, and scalings for the assessment of the physics performance of the CMS Phase-2 L1 Menu.
2 stars 8 forks source link

Add B tag plots #24

Closed EmyrClement closed 1 year ago

EmyrClement commented 1 year ago

BJetEff_Pt

The plots above include the jet reconstruction efficiency (i.e. efficiency for a gen b jet to be reconstructed as a seeded cone jet and pass the NN cut). It wasn't clear to me how to produce efficiency plots for just the NN cut with these tools (i.e. the denominator are generator jets matched to seeded cone jets). I think this is essentially what is done when plotting the turn on curves, but with a cut on the L1 pt instead of the b jet NN. I may have hacked the tools to produce this plot (not in this PR), but I hope there's a better/official way of doing this.

@artlbv