#include <G4StatDouble.hh>
Definition at line 45 of file G4StatDouble.hh.
◆ G4StatDouble() [1/2]
G4StatDouble::G4StatDouble |
( |
| ) |
|
◆ G4StatDouble() [2/2]
G4StatDouble::G4StatDouble |
( |
G4double |
x | ) |
|
Definition at line 44 of file G4StatDouble.cc.
void fill(G4double x, G4double weight=1.)
◆ ~G4StatDouble()
G4StatDouble::~G4StatDouble |
( |
| ) |
|
|
virtual |
◆ add()
◆ fill()
Definition at line 63 of file G4StatDouble.cc.
73 G4cout <<
"[G4StatDouble::fill] WARNING: weight<=0. "
G4GLOB_DLL std::ostream G4cout
◆ mean() [1/2]
◆ mean() [2/2]
◆ n()
G4int G4StatDouble::n |
( |
| ) |
const |
|
inline |
◆ operator+=() [1/2]
Definition at line 70 of file G4StatDouble.hh.
71 {
fill(rhs);
return *
this; }
void fill(G4double x, G4double weight=1.)
◆ operator+=() [2/2]
Definition at line 72 of file G4StatDouble.hh.
73 {
add(&rhs);
return *
this; }
void add(const G4StatDouble *)
◆ operator=() [1/2]
Definition at line 54 of file G4StatDouble.hh.
void fill(G4double x, G4double weight=1.)
◆ operator=() [2/2]
◆ reset()
void G4StatDouble::reset |
( |
| ) |
|
◆ rms() [1/3]
◆ rms() [2/3]
◆ rms() [3/3]
Definition at line 108 of file G4StatDouble.cc.
128 * ((ssum_wx2 / ssum_w) - (vmean * vmean));
131 vrms = std::sqrt( tmp );
◆ scale()
void G4StatDouble::scale |
( |
G4double |
value | ) |
|
◆ sum_w()
◆ sum_w2()
◆ sum_wx()
◆ sum_wx2()
G4double G4StatDouble::sum_wx2 |
( |
| ) |
const |
|
inline |
◆ m_n
◆ m_scale
◆ m_sum_w
◆ m_sum_w2
◆ m_sum_wx
◆ m_sum_wx2
The documentation for this class was generated from the following files: