Photon+jet analysis to obtain the inputs for the L2L3Residuals within the JetMET group of CMS as described by the JERC sub-group. The results are to be combined with the dijet and Z+jet analyses with the scripts provided in the jecsys3 repository.
An installation of ROOT is required to run the scripts.
Run on slurm for 2022+2023 recompiling the libraries
python runIOVs.py -i all -v versionThis script executes the following actions:
- comment / uncomment the
#define PNETREG/#define PNETREGNEUTRINOinGamHistosFill.Cto choose whether to apply the PNet regression or the PNet regression including neutrino - uncomment
#define GPUinmk_GamHistosFill.C make cleanmake- comment
#define GPUinmk_GamHistosFill.C
Once the jobs are completed, to do the post processing run:
python post_processing.py -i all -v versionThis script executes the following actions:
- combine the datasets together using
python addAllIOVs.py -v version -i all - change version and year in
GamHistosMix.Cand runroot -l -b GamHistosMix.C+g - change version and year in
GamHistosRatio.Cand runroot -l -b GamHistosRatio.C+g