28#ifndef ROOT_TMVA_Volume
29#define ROOT_TMVA_Volume
52 Volume( std::vector<Float_t>*
l, std::vector<Float_t>* u = 0);
53 Volume( std::vector<Double_t>*
l = 0, std::vector<Double_t>* u = 0);
72 void Print (
void )
const;
Volume for BinarySearchTree.
void Print(void) const
printout of the volume boundaries
void Scale(Double_t f)
"scale" the volume by multiplying each upper and lower boundary by "f"
Volume & operator=(const Volume &)
assignment operator
void ScaleInterval(Double_t f)
"scale" the volume by symmetrically blowing up the interval in each dimension
std::vector< Double_t > * fLower
void Delete(void)
delete array of volume bondaries
std::vector< Double_t > * fUpper
virtual ~Volume(void)
destructor
create variable transformations