65 , fSigma(other.fSigma)
86 Log() <<
kFATAL <<
"<PDEFoamKernelGauss::Estimate>: PDEFoam not set!" <<
Endl;
105 result += gau * cell_val;
109 return (
norm != 0 ? result /
norm : 0);
124 std::vector<Float_t> &txvec,
134 cell->
GetHcub(cellPosi, cellSize);
138 std::vector<Float_t> ntxvec(txvec);
143 ntxvec[dim] = cellPosi[dim] - xoffset;
151 ntxvec[dim] = cellPosi[dim] + cellSize[dim] + xoffset;
152 right_cell = foam->
FindCell(ntxvec);
159 if (norm > 0) result /=
norm;
182 std::vector<Float_t> &txvec)
187 cell->
GetHcub(cellPosi, cellSize);
190 std::vector<Float_t> cell_center;
193 if (txvec[i] < 0.) txvec[i] = 0.;
194 if (txvec[i] > 1.) txvec[i] = 1.;
196 if (cellPosi[i] > txvec.at(i))
197 cell_center.push_back(cellPosi[i]);
198 else if (cellPosi[i] + cellSize[i] < txvec.at(i))
199 cell_center.push_back(cellPosi[i] + cellSize[i]);
201 cell_center.push_back(txvec.at(i));
206 distance +=
Sqr(txvec.at(i) - cell_center.at(i));
MsgLogger & Endl(MsgLogger &ml)
Float_t WeightGaus(PDEFoam *, PDEFoamCell *, std::vector< Float_t > &)
Returns the gauss weight between the 'cell' and a given coordinate 'txvec'.
virtual Bool_t CellValueIsUndefined(PDEFoamCell *)
Returns true, if the value of the given cell is undefined.
Float_t GetAverageNeighborsValue(PDEFoam *, std::vector< Float_t > &, ECellValue)
This function returns the average value 'cv' of only nearest neighbor cells.
PDEFoamCell * FindCell(const std::vector< Float_t > &) const
Find cell that contains 'xvec' (in foam coordinates [0,1]).
PDEFoamKernelGauss(Float_t sigma)
Default constructor for streamer.
virtual Float_t Estimate(PDEFoam *, std::vector< Float_t > &, ECellValue)
Gaussian kernel estimator.
Double_t Gaus(Double_t x, Double_t mean=0, Double_t sigma=1, Bool_t norm=kFALSE)
Calculate a gaussian function with mean and sigma.
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...
void GetHcub(PDEFoamVect &, PDEFoamVect &) const
Provides size and position of the cell These parameter are calculated by analyzing information in all...
Abstract ClassifierFactory template that handles arbitrary types.
Double_t Sqrt(Double_t x)
double norm(double *x, double *p)