60 G4cout <<
"[G4StatDouble::fill] WARNING: weight<=0. " << weight <<
G4endl;
87 return mean() * factor;
109 (xn / (xn - 1)) * ((ssum_wx2 / ssum_w) - (vmean * vmean));
111 tmp = std::max(tmp, 0.0);
112 vrms = std::sqrt(tmp);
G4GLOB_DLL std::ostream G4cout
void add(const G4StatDouble *)
void fill(G4double x, G4double weight=1.)