Implementation of tool to decorate flattened BDT score and working points. More...
#include <TauWPDecorator.h>
Public Member Functions | |
| TauWPDecorator (const std::string &name="TauWPDecorator") | |
| virtual StatusCode | initialize () |
| Tool initializer. | |
| virtual StatusCode | finalize () |
| Finalizer. | |
| virtual StatusCode | execute (xAOD::TauJet &pTau) |
| Execute - called for each tau candidate. | |
| virtual StatusCode | retrieveHistos (int nProng) |
| virtual StatusCode | storeLimits (int nProng) |
| virtual double | transformScore (double score, double cut_lo, double eff_lo, double cut_hi, double eff_hi) |
| virtual void | print () const |
| Print the state of the tool. | |
| virtual StatusCode | eventInitialize () |
| Event initializer - called at the beginning of each event. | |
| virtual StatusCode | eventFinalize () |
| Event finalizer - called at the end of each event. | |
| virtual void | cleanup (xAOD::TauJet *) |
Implementation of tool to decorate flattened BDT score and working points.
Input comes from 2 ROOT files with lists of TH2s containing BDTScore distributions as a function of the dependent variables
1.6.1