32 #ifndef ROOT_TMVA_PDEFoamDensityBase 33 #define ROOT_TMVA_PDEFoamDensityBase 39 #ifndef ROOT_TMVA_BinarySearchTree 42 #ifndef ROOT_TMVA_Event 45 #ifndef ROOT_TMVA_MsgLogger 56 std::vector<Double_t>
fBox;
79 void SetBox(std::vector<Double_t> box) { fBox =
box; fBoxHasChanged =
kTRUE; }
82 const std::vector<Double_t>&
GetBox()
const {
return fBox; }
const std::vector< Double_t > & GetBox() const
void box(Int_t pat, Double_t x1, Double_t y1, Double_t x2, Double_t y2)
virtual Double_t Density(std::vector< Double_t > &Xarg, Double_t &event_density)=0
#define ClassDef(name, id)
void SetBox(std::vector< Double_t > box)
virtual ~PDEFoamDensityBase()
destructor
void FillBinarySearchTree(const Event *ev)
This method inserts the given event 'ev' it into the binary search tree.
MsgLogger & Log() const
message logger
std::vector< Double_t > fBox
Double_t GetBoxVolume()
Returns the volume of range searching box fBox.
Mother of all ROOT objects.
Abstract ClassifierFactory template that handles arbitrary types.