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 (const TString &, const 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 31 of file TtSemiLRJetCombCalc.h.
TtSemiLRJetCombCalc::TtSemiLRJetCombCalc | ( | ) |
TtSemiLRJetCombCalc::TtSemiLRJetCombCalc | ( | const TString & | fitInputPath, |
const std::vector< int > & | observables | ||
) |
Definition at line 9 of file TtSemiLRJetCombCalc.cc.
References addPurity, gather_cfg::cout, myLR, and LRHelpFunctions::readObsHistsAndFits().
TtSemiLRJetCombCalc::~TtSemiLRJetCombCalc | ( | ) |
void TtSemiLRJetCombCalc::operator() | ( | TtSemiEvtSolution & | sol | ) |
Definition at line 22 of file TtSemiLRJetCombCalc.cc.
References addPurity, LRHelpFunctions::calcLRval(), LRHelpFunctions::calcProb(), myLR, EcalTangentSkim_cfg::o, LRHelpFunctions::obsFitIncluded(), TtFullHadEvtBuilder_cfi::prob, and mkfit::Const::sol.
|
private |
Definition at line 41 of file TtSemiLRJetCombCalc.h.
Referenced by operator()(), and TtSemiLRJetCombCalc().
|
private |
Definition at line 40 of file TtSemiLRJetCombCalc.h.
Referenced by operator()(), TtSemiLRJetCombCalc(), and ~TtSemiLRJetCombCalc().