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   | |
| virtual Double_t | GetElement (Int_t position) const | 
| calculates the value of the "number" bin in a discrete interval.   | |
| 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   | |
| virtual Double_t | GetStepSize (Int_t iBin=0) const | 
| returns the step size between the numbers of a "discrete LogInterval"   | |
| virtual Double_t | GetWidth () const | 
| virtual TClass * | IsA () const | 
| MsgLogger & | Log () const | 
| void | SetMax (Double_t m) | 
| void | SetMin (Double_t m) | 
| virtual void | Streamer (TBuffer &) | 
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) | 
  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   | |
| virtual | ~Interval () | 
| destructor   | |
| virtual void | Print (std::ostream &os) const | 
| void | SetMax (Double_t m) | 
| void | SetMin (Double_t m) | 
| void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) | 
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.
      
  | 
  static | 
      
  | 
  inlinestaticconstexpr | 
Definition at line 106 of file LogInterval.h.
      
  | 
  inlinestatic | 
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.
      
  | 
  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.
      
  | 
  inlinevirtual | 
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.
      
  | 
  virtual | 
Reimplemented from TMVA::Interval.
      
  | 
  inline | 
Definition at line 106 of file LogInterval.h.