Skip to content

Draft: Import Jet MC2MC SF in AT

Federica Fabbri requested to merge ffabbri/athena:ffabbri-21.2-JetMC2MCSF into 21.2

Adding changes to AT to pick up the MC2MC SF from the JetCalibTool The usage of the tool is described here: https://twiki.cern.ch/twiki/bin/viewauth/AtlasProtected/ApplyJetCalibrationR21#MC_to_MC_calibrations_this_is_cu The tool need to know the showering name among these options: "H713", "H716", "H716dip", "H721", "Sh221", "Sh222", "Sh225", "Sh225Lund", "Sh2211", "Sh2211tun"

If the showering name is not passed or it is not in this list the tool crushes, so I have enabled the usage of the tool only in the case the showering algo (from TDP) is in the list. I based the conversion from TDP to the string for the jet tool on the showering enum here: https://gitlab.cern.ch/atlas/athena/-/blob/21.2/PhysicsAnalysis/TopPhys/TopPhysUtils/TopDataPreparation/TopDataPreparation/SampleXsection.h#L21

Merge request reports