declareProperty("doDirectTagging",m_doDirectTag=false,"If set to true it also computes and stores the direct tagging choice and the related SFs for each jet");
// if it is empty, the onnx tool won't be initialised
declareProperty("pathToONNX",m_pathToONNX="","path to the onnx file that will be used for inference");
declareProperty("pathToONNX",m_pathToONNX="","path to the onnx file that will be used for inference");
declareProperty("TaggingStrategy",m_taggingStrategy="AllJets","tagging strategy in the Analysis (eg. 'leading2SignalJets' in boosted VHbb). Required to do TT with GNN");