LLRCMS / KLUBAnalysis

Generic KLUB analyzer
2 stars 20 forks source link

bTag SFs for different years #200

Closed francescobrivio closed 3 years ago

francescobrivio commented 3 years ago

In src/bTagSF.cc the name of the merged jes uncertainties is set to 2016 by mistake while it should be 2017 and 2018 for the different years, so the skimmers crash.

We need to modify the bTagSF class to receive also the year as argument and properly set the uncertainty names.

For a quick fix everyone just changed manually the year in src/bTagSF.cc and recompiled, but we still need a more stable fix.

francescobrivio commented 3 years ago

Fixed in #203