ROOT
6.06/09
Reference Guide
|
Definition at line 63 of file Interval.h.
Public Member Functions | |
Interval (Double_t min, Double_t max, Int_t nbins=0) | |
Interval (const Interval &other) | |
virtual | ~Interval () |
destructor More... | |
virtual Double_t | GetMin () const |
virtual Double_t | GetMax () const |
virtual Double_t | GetWidth () const |
virtual Int_t | GetNbins () const |
virtual Double_t | GetMean () const |
virtual Double_t | GetRndm (TRandom3 &) const |
get uniformely distributed number within interval More... | |
virtual Double_t | GetElement (Int_t position) const |
calculates the value of the "number" bin in a discrete interval. More... | |
virtual Double_t | GetStepSize (Int_t iBin=0) const |
retuns the step size between the numbers of a "discrete Interval" More... | |
void | SetMax (Double_t m) |
void | SetMin (Double_t m) |
virtual void | Print (std::ostream &os) const |
Protected Attributes | |
Double_t | fMin |
Double_t | fMax |
Int_t | fNbins |
Private Member Functions | |
MsgLogger & | Log () const |
#include <TMVA/Interval.h>
TMVA::Interval::Interval | ( | const Interval & | other | ) |
Definition at line 101 of file Interval.cxx.
|
virtual |
destructor
Definition at line 111 of file Interval.cxx.
calculates the value of the "number" bin in a discrete interval.
Parameters: Double_t position
Reimplemented in TMVA::LogInterval.
Definition at line 121 of file Interval.cxx.
Referenced by TMVA::GeneticRange::RandomDiscrete().
|
inlinevirtual |
Reimplemented in TMVA::LogInterval.
Definition at line 74 of file Interval.h.
|
virtual |
Reimplemented in TMVA::LogInterval.
Definition at line 161 of file Interval.cxx.
|
inlinevirtual |
Reimplemented in TMVA::LogInterval.
Definition at line 73 of file Interval.h.
|
inlinevirtual |
Reimplemented in TMVA::LogInterval.
Definition at line 76 of file Interval.h.
get uniformely distributed number within interval
Reimplemented in TMVA::LogInterval.
Definition at line 152 of file Interval.cxx.
retuns the step size between the numbers of a "discrete Interval"
Reimplemented in TMVA::LogInterval.
Definition at line 137 of file Interval.cxx.
|
virtual |
Reimplemented in TMVA::LogInterval.
Definition at line 157 of file Interval.cxx.
|
private |
Definition at line 173 of file Interval.cxx.
|
virtual |
Definition at line 166 of file Interval.cxx.
Definition at line 82 of file Interval.h.
Definition at line 83 of file Interval.h.
|
protected |
Definition at line 89 of file Interval.h.
Referenced by GetMax(), TMVA::LogInterval::GetMax(), SetMax(), and TMVA::LogInterval::SetMax().
|
protected |
Definition at line 89 of file Interval.h.
Referenced by GetMin(), TMVA::LogInterval::GetMin(), SetMin(), and TMVA::LogInterval::SetMin().
|
protected |
Definition at line 90 of file Interval.h.
Referenced by GetNbins(), and TMVA::LogInterval::GetNbins().