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.
3 stars 10 forks source link

Add AR24 configs #88

Open bonanomi opened 1 month ago

bonanomi commented 1 month ago

Code checks in the CI were not successful, but I only pushed config files. This PR doesn't touch the code base.

Other than that, these should be all the configs used to produce the plots for AR24. The input files used by rate_plots/plotter.py and object_performance/plotter.py were taken from:

     fpath = f"/eos/cms/store/group/dpg_trigger/comm_trigger/L1Trigger/alobanov/phase2/menu/ntuples/cache/{self.version}/{self.version}_{self.sample}_{self.object.nano_obj_name}.parquet"

     fname = f"/eos/cms/store/group/dpg_trigger/comm_trigger/L1Trigger/alobanov/phase2/menu/ntuples/cache/{self.cfg_plot.version}/{self.cfg_plot.version}_{self.cfg_plot.sample}_{obj}.parquet"
artlbv commented 1 month ago

Thank you! Given that there are quite some changes we will need to take a deeper look.

Maybe we should just save this under some V38_AR24 config folder for simplicity, what do you think?