#include <AnyMVAEstimatorRun2Base.h>
Definition at line 11 of file AnyMVAEstimatorRun2Base.h.
Definition at line 14 of file AnyMVAEstimatorRun2Base.h.
T getUntrackedParameter(std::string const &, T const &) const
T getParameter(std::string const &) const
AnyMVAEstimatorRun2Base::AnyMVAEstimatorRun2Base |
( |
const ::std::string & |
mvaName, |
|
|
const ::std::string & |
mvaTag, |
|
|
int |
nCategories, |
|
|
bool |
debug |
|
) |
| |
|
inline |
virtual AnyMVAEstimatorRun2Base::~AnyMVAEstimatorRun2Base |
( |
| ) |
|
|
inlinevirtual |
virtual int AnyMVAEstimatorRun2Base::findCategory |
( |
const reco::Candidate * |
candidate | ) |
const |
|
pure virtual |
const std::string& AnyMVAEstimatorRun2Base::getName |
( |
void |
| ) |
const |
|
inline |
int AnyMVAEstimatorRun2Base::getNCategories |
( |
| ) |
const |
|
inline |
const std::string& AnyMVAEstimatorRun2Base::getTag |
( |
| ) |
const |
|
inline |
bool AnyMVAEstimatorRun2Base::isDebug |
( |
| ) |
const |
|
inline |
virtual float AnyMVAEstimatorRun2Base::mvaValue |
( |
const reco::Candidate * |
candidate, |
|
|
std::vector< float > const & |
auxVariables, |
|
|
int & |
iCategory |
|
) |
| const |
|
pure virtual |
float AnyMVAEstimatorRun2Base::mvaValue |
( |
const reco::Candidate * |
candidate, |
|
|
std::vector< float > const & |
auxVariables |
|
) |
| const |
|
inline |
Definition at line 30 of file AnyMVAEstimatorRun2Base.h.
References mvaValue().
32 return mvaValue(candidate, auxVariables, iCategory);
virtual float mvaValue(const reco::Candidate *candidate, std::vector< float > const &auxVariables, int &iCategory) const =0
const bool AnyMVAEstimatorRun2Base::debug_ |
|
private |
const std::string AnyMVAEstimatorRun2Base::name_ |
|
private |
const int AnyMVAEstimatorRun2Base::nCategories_ |
|
private |
const std::string AnyMVAEstimatorRun2Base::tag_ |
|
private |