75 Log() << kFATAL <<
"COPY CONSTRUCTOR NOT IMPLEMENTED" <<
Endl;
86 std::vector<Float_t> values = ev->
GetValues();
87 std::vector<Float_t> tvalues = VarTransform(values);
92 SetCellElement(cell, 0, GetCellElement(cell, 0) + wt);
93 SetCellElement(cell, 1, GetCellElement(cell, 1) + wt * wt);
MsgLogger & Endl(MsgLogger &ml)
virtual void FillFoamCells(const Event *ev, Float_t wt)
This function fills an event weight 'wt' into the PDEFoam.
This PDEFoam variant stores in every cell the sum of event weights and the sum of the squared event w...
Implementation of PDEFoam.
PDEFoamEvent()
Default constructor for streamer, user should not use it.
std::vector< Float_t > & GetValues()