ROOT 6.18/05 Reference Guide |
The TMVA::Interval Class.
LogInterval(min,max,n): a "discrete interval" [min,max], i.e the n numbers:
1,10,100,1000
1,2,4,8,16,32,64,128,512,1024
or alike ..
Definition at line 83 of file LogInterval.h.
Public Member Functions | |
LogInterval (const LogInterval &other) | |
LogInterval (Double_t min, Double_t max, Int_t nbins=0) | |
virtual | ~LogInterval () |
destructor More... | |
virtual Double_t | GetElement (Int_t position) const |
calculates the value of the "number" bin in a discrete interval. More... | |
virtual Double_t | GetMax () const |
virtual Double_t | GetMean () const |
virtual Double_t | GetMin () const |
virtual Int_t | GetNbins () const |
virtual Double_t | GetRndm (TRandom3 &) const |
get uniformly distributed number within interval More... | |
virtual Double_t | GetStepSize (Int_t iBin=0) const |
returns the step size between the numbers of a "discrete LogInterval" More... | |
virtual Double_t | GetWidth () const |
MsgLogger & | Log () const |
void | SetMax (Double_t m) |
void | SetMin (Double_t m) |
Public Member Functions inherited from TMVA::Interval | |
Interval (const Interval &other) | |
Interval (Double_t min, Double_t max, Int_t nbins=0) | |
defines minimum and maximum of an interval More... | |
virtual | ~Interval () |
destructor More... | |
virtual Double_t | GetElement (Int_t position) const |
calculates the value of the "number" bin in a discrete interval. More... | |
virtual Double_t | GetMax () const |
virtual Double_t | GetMean () const |
virtual Double_t | GetMin () const |
virtual Int_t | GetNbins () const |
virtual Double_t | GetRndm (TRandom3 &) const |
get uniformly distributed number within interval More... | |
virtual Double_t | GetStepSize (Int_t iBin=0) const |
returns the step size between the numbers of a "discrete Interval" More... | |
virtual Double_t | GetWidth () const |
virtual void | Print (std::ostream &os) const |
void | SetMax (Double_t m) |
void | SetMin (Double_t m) |
Additional Inherited Members | |
Protected Attributes inherited from TMVA::Interval | |
Double_t | fMax |
Double_t | fMin |
Int_t | fNbins |
#include <TMVA/LogInterval.h>
Definition at line 89 of file LogInterval.cxx.
TMVA::LogInterval::LogInterval | ( | const LogInterval & | other | ) |
Definition at line 95 of file LogInterval.cxx.
|
virtual |
destructor
Definition at line 103 of file LogInterval.cxx.
calculates the value of the "number" bin in a discrete interval.
Parameters:
Reimplemented from TMVA::Interval.
Definition at line 113 of file LogInterval.cxx.
|
inlinevirtual |
Reimplemented from TMVA::Interval.
Definition at line 93 of file LogInterval.h.
|
virtual |
Reimplemented from TMVA::Interval.
Definition at line 158 of file LogInterval.cxx.
|
inlinevirtual |
Reimplemented from TMVA::Interval.
Definition at line 92 of file LogInterval.h.
|
inlinevirtual |
Reimplemented from TMVA::Interval.
Definition at line 95 of file LogInterval.h.
get uniformly distributed number within interval
Reimplemented from TMVA::Interval.
Definition at line 144 of file LogInterval.cxx.
returns the step size between the numbers of a "discrete LogInterval"
Reimplemented from TMVA::Interval.
Definition at line 129 of file LogInterval.cxx.
|
virtual |
Reimplemented from TMVA::Interval.
Definition at line 151 of file LogInterval.cxx.
TMVA::MsgLogger & TMVA::LogInterval::Log | ( | ) | const |
Definition at line 165 of file LogInterval.cxx.
Definition at line 101 of file LogInterval.h.
Definition at line 102 of file LogInterval.h.