45 ClassImp(TMVA::PDEFoamKernelTrivial);
50 TMVA::PDEFoamKernelTrivial::PDEFoamKernelTrivial()
58 TMVA::PDEFoamKernelTrivial::PDEFoamKernelTrivial(
const PDEFoamKernelTrivial &other)
59 : PDEFoamKernelBase(other)
75 Float_t TMVA::PDEFoamKernelTrivial::Estimate(PDEFoam *foam, std::vector<Float_t> &txvec, ECellValue cv)
78 Log() << kFATAL <<
"<PDEFoamKernelTrivial::Estimate>: PDEFoam not set!" << Endl;
80 return foam->GetCellValue(foam->FindCell(txvec), cv);