78 Log() << kFATAL <<
"<PDEFoamKernelTrivial::Estimate>: PDEFoam not set!" <<
Endl;
MsgLogger & Endl(MsgLogger &ml)
This class is the abstract kernel interface for PDEFoam.
PDEFoamKernelTrivial()
Default constructor for streamer.
PDEFoamCell * FindCell(const std::vector< Float_t > &) const
Find cell that contains 'xvec' (in foam coordinates [0,1]).
Implementation of PDEFoam.
virtual Float_t Estimate(PDEFoam *, std::vector< Float_t > &, ECellValue)
Simple kernel estimator.
virtual Float_t GetCellValue(const std::vector< Float_t > &xvec, ECellValue cv, PDEFoamKernelBase *)
This function finds the cell, which corresponds to the given untransformed event vector 'xvec' and re...
This class is a trivial PDEFoam kernel estimator.