The source project of this merge request has been removed.
Minor update in the JetCalibrationTool constructor used
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.