#include <Interval.h>
Definition at line 63 of file Interval.h.
TMVA::Interval::Interval | ( | const Interval & | other | ) |
Definition at line 103 of file Interval.cxx.
TMVA::Interval::~Interval | ( | ) | [virtual] |
Definition at line 112 of file Interval.cxx.
TMVA::Interval::Interval | ( | const Interval & | other | ) |
virtual TMVA::Interval::~Interval | ( | ) | [virtual] |
Double_t TMVA::Interval::GetMin | ( | ) | const [inline] |
Double_t TMVA::Interval::GetMax | ( | ) | const [inline] |
Double_t TMVA::Interval::GetWidth | ( | ) | const [inline] |
Int_t TMVA::Interval::GetNbins | ( | ) | const [inline] |
Definition at line 75 of file Interval.h.
References fNbins.
Referenced by TMVA::GeneticRange::Random().
Double_t TMVA::Interval::GetMean | ( | ) | const [inline] |
Definition at line 118 of file Interval.cxx.
References fMax, fMin, fNbins, TMVA::kFATAL, and Log().
Referenced by TMVA::GeneticRange::RandomDiscrete().
Double_t TMVA::Interval::GetStepSize | ( | ) | const |
Definition at line 136 of file Interval.cxx.
References fMax, fMin, fNbins, TMVA::kFATAL, and Log().
void TMVA::Interval::SetMax | ( | Double_t | m | ) | [inline] |
void TMVA::Interval::SetMin | ( | Double_t | m | ) | [inline] |
MsgLogger& TMVA::Interval::Log | ( | ) | const [inline, private] |
Definition at line 90 of file Interval.h.
References fgLogger.
Referenced by GetElement(), and GetStepSize().
Double_t TMVA::Interval::GetMin | ( | ) | const [inline] |
Double_t TMVA::Interval::GetMax | ( | ) | const [inline] |
Double_t TMVA::Interval::GetWidth | ( | ) | const [inline] |
Int_t TMVA::Interval::GetNbins | ( | ) | const [inline] |
Double_t TMVA::Interval::GetMean | ( | void | ) | const [inline] |
Double_t TMVA::Interval::GetStepSize | ( | ) | const |
void TMVA::Interval::SetMax | ( | Double_t | m | ) | [inline] |
void TMVA::Interval::SetMin | ( | Double_t | m | ) | [inline] |
MsgLogger& TMVA::Interval::Log | ( | ) | const [inline, private] |
Double_t TMVA::Interval::fMin [private] |
Definition at line 86 of file Interval.h.
Referenced by GetElement(), GetMean(), GetMin(), GetRndm(), GetStepSize(), GetWidth(), and SetMin().
Double_t TMVA::Interval::fMax [private] |
Definition at line 86 of file Interval.h.
Referenced by GetElement(), GetMax(), GetMean(), GetRndm(), GetStepSize(), GetWidth(), and SetMax().
Int_t TMVA::Interval::fNbins [private] |
Definition at line 87 of file Interval.h.
Referenced by GetElement(), GetNbins(), and GetStepSize().
MsgLogger* TMVA::Interval::fgLogger [static, private] |
MsgLogger* TMVA::Interval::fgLogger [static, private] |
Definition at line 89 of file Interval.h.