Logo ROOT   6.08/07
Reference Guide
List of all members | Public Member Functions | List of all members
TMVA::LogInterval Class Reference

Definition at line 87 of file LogInterval.h.

Public Member Functions

 LogInterval (Double_t min, Double_t max, Int_t nbins=0)
 
 LogInterval (const LogInterval &other)
 
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 uniformely distributed number within interval More...
 
virtual Double_t GetStepSize (Int_t iBin=0) const
 retuns the step size between the numbers of a "discrete LogInterval" More...
 
virtual Double_t GetWidth () const
 
MsgLoggerLog () const
 
void SetMax (Double_t m)
 
void SetMin (Double_t m)
 
- Public Member Functions inherited from TMVA::Interval
 Interval (Double_t min, Double_t max, Int_t nbins=0)
 defines minimum and maximum of an interval when nbins > 0, interval describes a discrete distribution (equally distributed in the interval) when nbins == 0, interval describes a continous interval More...
 
 Interval (const Interval &other)
 
virtual ~Interval ()
 destructor More...
 
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>

Inheritance diagram for TMVA::LogInterval:
[legend]

Constructor & Destructor Documentation

◆ LogInterval() [1/2]

TMVA::LogInterval::LogInterval ( Double_t  min,
Double_t  max,
Int_t  nbins = 0 
)

Definition at line 88 of file LogInterval.cxx.

◆ LogInterval() [2/2]

TMVA::LogInterval::LogInterval ( const LogInterval other)

Definition at line 94 of file LogInterval.cxx.

◆ ~LogInterval()

TMVA::LogInterval::~LogInterval ( )
virtual

destructor

Definition at line 102 of file LogInterval.cxx.

Member Function Documentation

◆ GetElement()

Double_t TMVA::LogInterval::GetElement ( Int_t  bin) const
virtual

calculates the value of the "number" bin in a discrete interval.

Parameters: Double_t position

Reimplemented from TMVA::Interval.

Definition at line 112 of file LogInterval.cxx.

◆ GetMax()

virtual Double_t TMVA::LogInterval::GetMax ( ) const
inlinevirtual

Reimplemented from TMVA::Interval.

Definition at line 97 of file LogInterval.h.

◆ GetMean()

Double_t TMVA::LogInterval::GetMean ( ) const
virtual

Reimplemented from TMVA::Interval.

Definition at line 152 of file LogInterval.cxx.

◆ GetMin()

virtual Double_t TMVA::LogInterval::GetMin ( ) const
inlinevirtual

Reimplemented from TMVA::Interval.

Definition at line 96 of file LogInterval.h.

◆ GetNbins()

virtual Int_t TMVA::LogInterval::GetNbins ( ) const
inlinevirtual

Reimplemented from TMVA::Interval.

Definition at line 99 of file LogInterval.h.

◆ GetRndm()

Double_t TMVA::LogInterval::GetRndm ( TRandom3 rnd) const
virtual

get uniformely distributed number within interval

Reimplemented from TMVA::Interval.

Definition at line 143 of file LogInterval.cxx.

◆ GetStepSize()

Double_t TMVA::LogInterval::GetStepSize ( Int_t  iBin = 0) const
virtual

retuns the step size between the numbers of a "discrete LogInterval"

Reimplemented from TMVA::Interval.

Definition at line 128 of file LogInterval.cxx.

◆ GetWidth()

Double_t TMVA::LogInterval::GetWidth ( ) const
virtual

Reimplemented from TMVA::Interval.

Definition at line 148 of file LogInterval.cxx.

◆ Log()

TMVA::MsgLogger & TMVA::LogInterval::Log ( ) const

Definition at line 157 of file LogInterval.cxx.

◆ SetMax()

void TMVA::LogInterval::SetMax ( Double_t  m)
inline

Definition at line 105 of file LogInterval.h.

◆ SetMin()

void TMVA::LogInterval::SetMin ( Double_t  m)
inline

Definition at line 106 of file LogInterval.h.


The documentation for this class was generated from the following files: