#include <MvaSoftMuonEstimator.h>
Public Member Functions | |
MvaSoftMuonEstimator (std::string) | |
float | mvaValue (float, float, float, float, float) |
~MvaSoftMuonEstimator () | |
Private Attributes | |
float | mva_deltaR |
float | mva_ptRel |
float | mva_ratio |
float | mva_sip2d |
float | mva_sip3d |
TMVA::Reader * | TMVAReader |
std::string | weightFile |
Definition at line 16 of file MvaSoftMuonEstimator.h.
MvaSoftMuonEstimator::MvaSoftMuonEstimator | ( | std::string | weightFile | ) |
Definition at line 12 of file MvaSoftMuonEstimator.cc.
References reco::details::loadTMVAWeights(), mva_deltaR, mva_ptRel, mva_ratio, mva_sip2d, mva_sip3d, and TMVAReader.
MvaSoftMuonEstimator::~MvaSoftMuonEstimator | ( | ) |
float MvaSoftMuonEstimator::mvaValue | ( | float | sip3d, |
float | sip2d, | ||
float | ptRel, | ||
float | deltaR, | ||
float | ratio | ||
) |
Definition at line 29 of file MvaSoftMuonEstimator.cc.
References deltaR(), mva_deltaR, mva_ptRel, mva_ratio, mva_sip2d, mva_sip3d, GlobalPosition_Frontier_DevDB_cff::tag, and TMVAReader.
|
private |
Definition at line 30 of file MvaSoftMuonEstimator.h.
Referenced by MvaSoftMuonEstimator(), and mvaValue().
|
private |
Definition at line 30 of file MvaSoftMuonEstimator.h.
Referenced by MvaSoftMuonEstimator(), and mvaValue().
|
private |
Definition at line 30 of file MvaSoftMuonEstimator.h.
Referenced by MvaSoftMuonEstimator(), and mvaValue().
|
private |
Definition at line 30 of file MvaSoftMuonEstimator.h.
Referenced by MvaSoftMuonEstimator(), and mvaValue().
|
private |
Definition at line 30 of file MvaSoftMuonEstimator.h.
Referenced by MvaSoftMuonEstimator(), and mvaValue().
|
private |
Definition at line 27 of file MvaSoftMuonEstimator.h.
Referenced by MvaSoftMuonEstimator(), mvaValue(), and ~MvaSoftMuonEstimator().
|
private |
Definition at line 29 of file MvaSoftMuonEstimator.h.