Skip to content

Fix for b tagging - method1a

Jindrich Lidrych requested to merge jlidrych/bamboo:fixForBTagging into master

This is update of get_bTagSF_fixWP function and it adds one new argument - light_method. The BTV group changed a naming convention. While one can find deepJet_incl in the json files for Run2, deepJet_light is in the json files for Run3. The current version as it is in bamboo fails for Run3 with the following error:

cppyy.gbl.std.out_of_range: bool TInterpreter::Declare(const char* code) =>
    out_of_range: map::at

Merge request reports