Class to calculate the jet combination LR value and purity from a root-file with fit functions. More...
#include "TopQuarkAnalysis/TopLeptonSelection/interface/TtSemiLRJetCombCalc.h"
Public Member Functions | |
void | operator() (TtSemiEvtSolution &) |
TtSemiLRJetCombCalc () | |
TtSemiLRJetCombCalc (TString, std::vector< int >) | |
~TtSemiLRJetCombCalc () | |
Private Attributes | |
bool | addPurity |
LRHelpFunctions * | myLR |
Class to calculate the jet combination LR value and purity from a root-file with fit functions.
Definition at line 32 of file TtSemiLRJetCombCalc.h.
TtSemiLRJetCombCalc::TtSemiLRJetCombCalc | ( | ) |
TtSemiLRJetCombCalc::TtSemiLRJetCombCalc | ( | TString | fitInputPath, |
std::vector< int > | observables | ||
) |
Definition at line 10 of file TtSemiLRJetCombCalc.cc.
References addPurity, gather_cfg::cout, and myLR.
TtSemiLRJetCombCalc::~TtSemiLRJetCombCalc | ( | ) |
void TtSemiLRJetCombCalc::operator() | ( | TtSemiEvtSolution & | sol | ) |
Definition at line 26 of file TtSemiLRJetCombCalc.cc.
References addPurity, LRHelpFunctions::calcLRval(), LRHelpFunctions::calcProb(), TtSemiEvtSolution::getLRJetCombObsVal(), myLR, python.connectstrParser::o, LRHelpFunctions::obsFitIncluded(), TtSemiEvtSolution::setLRJetCombLRval(), and TtSemiEvtSolution::setLRJetCombProb().
|
private |
Definition at line 44 of file TtSemiLRJetCombCalc.h.
Referenced by operator()(), and TtSemiLRJetCombCalc().
|
private |
Definition at line 43 of file TtSemiLRJetCombCalc.h.
Referenced by operator()(), TtSemiLRJetCombCalc(), and ~TtSemiLRJetCombCalc().