Skip to content

Minor update in the JetCalibrationTool constructor used

Davide Melini requested to merge (removed):BJT_configHTT_JetCalibTool_bug into 21.2

BoostedJetTaggers package was using a constructor for JetCalibrationTool which was not compatible with the JetCalibTools definition. This only affected the JetClibrationTool which was initialised by default when a jet collection was not specified.

In the past, properties of the JetCalibrationTool were part of the class constructor. In the updated version, JetCalibrationTool constructor only takes a string (tool name) and the tool properties are set up using the setProperty("ProperyName", property_value) function.

No errors or warnings were found when compiling and testing.

Tagging @cdelitzs for JetEtmiss.

Merge request reports

Loading