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.
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Static Public Member Functions inherited from TMVA::Interval | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
Additional Inherited Members | |
Protected Attributes inherited from TMVA::Interval | |
Double_t | fMax |
the constraints of the Interval | |
Double_t | fMin |
Int_t | fNbins |
when >0 : number of bins (discrete interval); when ==0 continuous interval | |
#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.
Definition at line 106 of file LogInterval.h.
Definition at line 106 of file LogInterval.h.
calculates the value of the "number" bin in a discrete interval.
Parameters:
Reimplemented from TMVA::Interval.
Definition at line 113 of file LogInterval.cxx.
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.
Reimplemented from TMVA::Interval.
Definition at line 92 of file LogInterval.h.
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.
Reimplemented from TMVA::Interval.
Definition at line 106 of file LogInterval.h.
TMVA::MsgLogger & TMVA::LogInterval::Log | ( | ) | const |
Definition at line 165 of file LogInterval.cxx.
|
inline |
Definition at line 101 of file LogInterval.h.
|
inline |
Definition at line 102 of file LogInterval.h.
Reimplemented from TMVA::Interval.
|
inline |
Definition at line 106 of file LogInterval.h.