Skip to content
Snippets Groups Projects
  1. Dec 14, 2020
  2. Aug 17, 2020
  3. Apr 20, 2020
  4. Mar 21, 2020
    • Xiaozhong Huang's avatar
      tauRecTools: replace TRTBDT with BDTHelper in TauJetBDTEvaluator · 9f4bd4f8
      Xiaozhong Huang authored
      Previously, we use TRTBDT to help calculate the BDT score. Since TRTBDT
      is not thread safe, it is replaced with BDTHelper now. In addtion, an
      obsolete property, i.e. isGrad, is removed.
      
      Change the return type of getGradBoostMVA from StatusCode to float. If
      there is any problem when calculating the score, -999 will be returned.
      9f4bd4f8
  5. Mar 20, 2020
    • Xiaozhong Huang's avatar
      tauRecTools: remove member variables in TauPi0ScoreCalculator · 8c9c2a32
      Xiaozhong Huang authored and Frank Winklmeier's avatar Frank Winklmeier committed
      To calculate the BDT score, we need to provide a list of input
      variables. Previously, the input variables are declared as memeber
      variables, which make the class stateful. These member variables
      are now replaced with local variables.
      
      Add a new class, i.e. BDTHelper, to help calculate the BDT score.
      This class is similar with TRTBDT in HelperFunction. In the future,
      we will remove TRTBDT.
      8c9c2a32
Loading