#include <Volume.h>
Public Member Functions | |
| Volume (std::vector< Float_t > *l, std::vector< Float_t > *u=0) | |
| Volume (std::vector< Double_t > *l=0, std::vector< Double_t > *u=0) | |
| Volume (Volume &) | |
| Volume (Float_t *l, Float_t *u, Int_t nvar) | |
| Volume (Double_t *l, Double_t *u, Int_t nvar) | |
| Volume (Float_t l, Float_t u) | |
| Volume (Double_t l, Double_t u) | |
| virtual | ~Volume (void) |
| void | Delete (void) |
| void | Scale (Double_t f) |
| void | ScaleInterval (Double_t f) |
| void | Print (void) const |
| Volume (std::vector< Float_t > *l, std::vector< Float_t > *u=0) | |
| Volume (std::vector< Double_t > *l=0, std::vector< Double_t > *u=0) | |
| Volume (Volume &) | |
| Volume (Float_t *l, Float_t *u, Int_t nvar) | |
| Volume (Double_t *l, Double_t *u, Int_t nvar) | |
| Volume (Float_t l, Float_t u) | |
| Volume (Double_t l, Double_t u) | |
| virtual | ~Volume (void) |
| void | Delete (void) |
| void | Scale (Double_t f) |
| void | ScaleInterval (Double_t f) |
| void | Print (void) const |
Public Attributes | |
| std::vector< Double_t > * | fLower |
| std::vector< Double_t > * | fUpper |
| std::vector< Double_t > * | fLower |
| std::vector< Double_t > * | fUpper |
Private Attributes | |
| Bool_t | fOwnerShip |
Definition at line 50 of file Volume.h.
Definition at line 47 of file Volume.cxx.
| TMVA::Volume::Volume | ( | Volume & | ) |
| TMVA::Volume::~Volume | ( | void | ) | [virtual] |
| TMVA::Volume::Volume | ( | Volume & | ) |
| virtual TMVA::Volume::~Volume | ( | void | ) | [virtual] |
| void TMVA::Volume::Delete | ( | void | ) |
| void TMVA::Volume::Scale | ( | Double_t | f | ) |
Definition at line 135 of file Volume.cxx.
References fLower, fUpper, TMVA::gTools(), and TMVA::Tools::Scale().
| void TMVA::Volume::ScaleInterval | ( | Double_t | f | ) |
Definition at line 142 of file Volume.cxx.
References fLower, and fUpper.
Referenced by TMVA::MethodPDERS::GetSample().
| void TMVA::Volume::Print | ( | void | ) | const |
| void TMVA::Volume::Delete | ( | void | ) |
| void TMVA::Volume::Scale | ( | Double_t | f | ) |
| void TMVA::Volume::ScaleInterval | ( | Double_t | f | ) |
| void TMVA::Volume::Print | ( | void | ) | const |
| std::vector<Double_t>* TMVA::Volume::fLower |
Definition at line 75 of file Volume.h.
Referenced by Delete(), TMVA::BinarySearchTree::InVolume(), Print(), Scale(), ScaleInterval(), and Volume().
| std::vector<Double_t>* TMVA::Volume::fUpper |
Definition at line 76 of file Volume.h.
Referenced by Delete(), TMVA::BinarySearchTree::InVolume(), Scale(), ScaleInterval(), and Volume().
Bool_t TMVA::Volume::fOwnerShip [private] |
| std::vector<Double_t>* TMVA::Volume::fLower |
| std::vector<Double_t>* TMVA::Volume::fUpper |
1.5.1