32 #ifndef ROOT_TMVA_PDEFoamDecisionTreeDensity
33 #define ROOT_TMVA_PDEFoamDecisionTreeDensity
46 class PDEFoamDecisionTreeDensity :
public PDEFoamDensityBase
53 PDEFoamDecisionTreeDensity();
54 PDEFoamDecisionTreeDensity(std::vector<Double_t> box, UInt_t cls);
55 PDEFoamDecisionTreeDensity(
const PDEFoamDecisionTreeDensity&);
56 virtual ~PDEFoamDecisionTreeDensity() {}
59 virtual Double_t Density(std::vector<Double_t> &Xarg, Double_t &event_density);
62 virtual void FillHistograms(TMVA::Volume&, std::vector<TH1D*>&, std::vector<TH1D*>&, std::vector<TH1D*>&, std::vector<TH1D*>&);
64 ClassDef(PDEFoamDecisionTreeDensity, 1)