Implementation of AK4 Jet energy correction
Created by: mmarchegiani
The AK4 jet energy corrections as recommended in https://twiki.cern.ch/twiki/bin/view/CMS/JECDataMC#Jet_Energy_Corrections_in_Run2 are implemented. The modifications include the following:
- Application of jet energy corrections through the member function
apply_JEC()
, before object preselections - Definition of the core function
jet_correction()
inlib.objects
- Correction files saved in dedicated folder
parameters/corrections/JEC/
The up/down variations of the JES will be implemented in a future PR.