ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
This is the complete list of members for G4StatDouble, including all inherited members.
add(const G4StatDouble *) | G4StatDouble | |
fill(G4double x, G4double weight=1.) | G4StatDouble | |
G4StatDouble() | G4StatDouble | |
G4StatDouble(G4double) | G4StatDouble | |
G4StatDouble(const G4StatDouble &)=default | G4StatDouble | |
m_n | G4StatDouble | protected |
m_scale | G4StatDouble | protected |
m_sum_w | G4StatDouble | protected |
m_sum_w2 | G4StatDouble | protected |
m_sum_wx | G4StatDouble | protected |
m_sum_wx2 | G4StatDouble | protected |
mean() const | G4StatDouble | |
mean(G4double ext_sum_w) const | G4StatDouble | |
n() const | G4StatDouble | inline |
operator+=(const G4double &rhs) | G4StatDouble | inline |
operator+=(const G4StatDouble &rhs) | G4StatDouble | inline |
operator=(const G4double &rhs) | G4StatDouble | inline |
operator=(const G4StatDouble &rhs) | G4StatDouble | inline |
reset() | G4StatDouble | |
rms() | G4StatDouble | |
rms(G4double ext_sum_w, G4int ext_n) | G4StatDouble | |
rms(G4double sum_wx, G4double sum_wx2, G4double sum_w, G4int n) | G4StatDouble | protected |
scale(G4double) | G4StatDouble | |
sum_w() const | G4StatDouble | inline |
sum_w2() const | G4StatDouble | inline |
sum_wx() const | G4StatDouble | inline |
sum_wx2() const | G4StatDouble | inline |
~G4StatDouble() | G4StatDouble | virtual |