****# dijet
Dijet and multijet 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 photon+jet 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 PNETREGNEUTRINOinsrc/DijetHistosFill.Cto choose whether to apply the PNet regression or the PNet regression including neutrino - uncomment
#define GPUinmake/mk_DijetHistosFill.C make cleanmake- comment
#define GPUinmake/mk_DijetHistosFill.C
Once the jobs are completed, to do the post processing run:
sbatch -p standard --account=t3 --time=00:30:00 --mem 30gb --cpus-per-task=1 --wrap="python post_processing.py -i all -v version"This script executes the following actions:
- combine the datasets together using
python addAllIOVs.py -v version -i all - change version and year in
histogram_scripts/DijetHistosCombine.Cand runroot -q -l -b DijetHistosCombine.C