#include <GBRForest.h>
Public Member Functions | |
GBRForest () | |
GBRForest (const TMVA::MethodBDT *bdt) | |
double | GetClassifier (const float *vector) const |
double | GetResponse (const float *vector) const |
void | SetInitialResponse (double response) |
std::vector< GBRTree > & | Trees () |
const std::vector< GBRTree > & | Trees () const |
virtual | ~GBRForest () |
Protected Attributes | |
double | fInitialResponse |
std::vector< GBRTree > | fTrees |
Definition at line 28 of file GBRForest.h.
GBRForest::GBRForest | ( | ) |
|
explicit |
|
virtual |
|
inline |
Definition at line 60 of file GBRForest.h.
References create_public_lumi_plots::exp, and GetResponse().
Referenced by reco::modules::MultiTrackSelector::processMVA(), and reco::modules::DuplicateTrackMerger::produce().
|
inline |
Definition at line 51 of file GBRForest.h.
References fInitialResponse, and fTrees.
Referenced by EGEnergyCorrector::CorrectedEnergyWithError(), PFPhotonAlgo::EvaluateGCorrMVA(), PFEGammaAlgo::EvaluateGCorrMVA(), PFPhotonAlgo::EvaluateLCorrMVA(), PFEGammaAlgo::EvaluateLCorrMVA(), PFPhotonAlgo::EvaluateResMVA(), PFEGammaAlgo::EvaluateResMVA(), and GetClassifier().
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 45 of file GBRForest.h.
Referenced by GetResponse(), and SetInitialResponse().
|
protected |
Definition at line 46 of file GBRForest.h.
Referenced by GetResponse(), and Trees().