28 #ifndef ROOT_TMVA_Volume 29 #define ROOT_TMVA_Volume 53 Volume( std::vector<Float_t>*
l, std::vector<Float_t>* u = 0);
54 Volume( std::vector<Double_t>* l = 0, std::vector<Double_t>* u = 0);
70 void Print (
void )
const;
std::vector< Double_t > * fLower
void Delete(void)
delete array of volume bondaries
std::vector< Double_t > * fUpper
void ScaleInterval(Double_t f)
"scale" the volume by symmetrically blowing up the interval in each dimension
Volume for BinarySearchTree.
virtual ~Volume(void)
destructor
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(std::vector< Float_t > *l, std::vector< Float_t > *u=0)
constructor specifying the volume by std::vectors of floats
Abstract ClassifierFactory template that handles arbitrary types.