83 Log() << kFATAL <<
"COPY CONSTRUCTOR NOT IMPLEMENTED" <<
Endl;
94 std::vector<Float_t> values =
ev->GetValues();
95 std::vector<Float_t>
tvalues = VarTransform(values);
101 SetCellElement(
cell, 0, GetCellElement(
cell, 0) +
wt);
103 SetCellElement(
cell, 1, GetCellElement(
cell, 1) +
wt);
114 if (!(fCells[
iCell]->GetStat()))
121 Log() << kWARNING <<
"Negative number of signal events in cell " <<
iCell
122 <<
": " <<
n_sig <<
". Set to 0." <<
Endl;
126 Log() << kWARNING <<
"Negative number of background events in cell " <<
iCell
127 <<
": " <<
n_bg <<
". Set to 0." <<
Endl;
140 SetCellElement(fCells[
iCell], 0, 0.5);
141 SetCellElement(fCells[
iCell], 1, 1.);
176 Log() << kFATAL <<
"<Project2>: wrong dimensions given: "
183 Log() << kWARNING <<
"Warning: number of bins too big: " <<
nbin
184 <<
" Using 1000 bins for each dimension instead." <<
Endl;
186 }
else if (
nbin < 1) {
187 Log() << kWARNING <<
"Wrong bin number: " <<
nbin
188 <<
"; set nbin=50" <<
Endl;
200 if (!
h1) Log() << kFATAL <<
"ERROR: Can not create histo" <<
hname <<
Endl;
201 if (cell_value == kValue)
203 1. + std::numeric_limits<float>::epsilon());
211 std::map<Int_t, Float_t>
txvec;
217 std::vector<TMVA::PDEFoamCell*>
cells = FindCells(
txvec);
222 for (std::vector<TMVA::PDEFoamCell*>::const_iterator it =
cells.
begin();
229 std::vector<Float_t>
tvec;
230 for (
Int_t i = 0; i < GetTotDim(); ++i) {
241 cv = GetCellValue(FindCell(
tvec), cell_value);
243 if (cell_value == kValue) {
long Long_t
Signed long integer 4 bytes (long). Size depends on architecture.
float Float_t
Float 4 bytes (float)
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
const_iterator begin() const
const_iterator end() const
virtual Double_t GetBinCenter(Int_t bin) const
Return center of bin.
virtual void SetRangeUser(Double_t ufirst, Double_t ulast)
Set the viewing range for the axis from ufirst to ulast (in user coordinates, that is,...
virtual Int_t GetNbinsY() const
virtual Int_t GetNbinsX() const
virtual void SetBinContent(Int_t bin, Double_t content)
Set bin content see convention for numbering bins in TH1::GetBin In case the bin number is greater th...
virtual Double_t GetBinContent(Int_t bin) const
Return content of bin number bin.
2-D histogram with a double per channel (see TH1 documentation)
This PDEFoam variant stores in every cell the discriminant.
void Finalize() override
Calc discriminator and its error for every cell and save it to the cell.
void FillFoamCells(const Event *ev, Float_t wt) override
This function fills an event into the discriminant PDEFoam.
TH2D * Project2(Int_t, Int_t, ECellValue, PDEFoamKernelBase *, UInt_t) override
Project foam variable idim1 and variable idim2 to histogram.
PDEFoamDiscriminant()
Default constructor for streamer, user should not use it.
This class is the abstract kernel interface for PDEFoam.
Implementation of PDEFoam.
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
MsgLogger & Endl(MsgLogger &ml)
Double_t Sqrt(Double_t x)
Returns the square root of x.