Geant4
10.00.p01
|
#include <G4StatDouble.hh>
Public Member Functions | |
G4StatDouble () | |
virtual | ~G4StatDouble () |
void | reset () |
void | fill (G4double x, G4double weight=1.) |
void | scale (G4double) |
G4double | mean () const |
G4double | rms () |
G4double | mean (G4double ext_sum_w) const |
G4double | rms (G4double ext_sum_w, G4int ext_n) |
void | add (G4StatDouble *) |
G4int | n () const |
G4double | sum_w () const |
G4double | sum_w2 () const |
G4double | sum_wx () const |
G4double | sum_wx2 () const |
Protected Member Functions | |
G4double | rms (G4double sum_wx, G4double sum_wx2, G4double sum_w, G4int n) |
Protected Attributes | |
G4double | m_sum_wx |
G4double | m_sum_wx2 |
G4int | m_n |
G4double | m_sum_w |
G4double | m_sum_w2 |
G4double | m_scale |
Definition at line 45 of file G4StatDouble.hh.
G4StatDouble::G4StatDouble | ( | ) |
Definition at line 39 of file G4StatDouble.cc.
References reset().
|
virtual |
Definition at line 54 of file G4StatDouble.cc.
void G4StatDouble::add | ( | G4StatDouble * | ptr | ) |
Definition at line 57 of file G4StatDouble.cc.
References G4cout, G4endl, m_n, m_sum_w, m_sum_w2, m_sum_wx, and m_sum_wx2.
Referenced by HistoManager::EndOfEvent().
G4double G4StatDouble::mean | ( | ) | const |
Definition at line 77 of file G4StatDouble.cc.
References m_scale, m_sum_w, and m_sum_wx.
Referenced by HistoManager::EndOfRun(), and mean().
Definition at line 87 of file G4StatDouble.cc.
References m_sum_w, and mean().
|
inline |
Definition at line 72 of file G4StatDouble.hh.
References m_n.
Referenced by add().
void G4StatDouble::reset | ( | ) |
Definition at line 44 of file G4StatDouble.cc.
References m_n, m_scale, m_sum_w, m_sum_w2, m_sum_wx, and m_sum_wx2.
Referenced by HistoManager::BeginOfRun(), and G4StatDouble().
G4double G4StatDouble::rms | ( | ) |
Definition at line 144 of file G4StatDouble.cc.
References m_n, m_sum_w, m_sum_wx, and m_sum_wx2.
Referenced by HistoManager::EndOfRun(), and rms().
Definition at line 152 of file G4StatDouble.cc.
References m_sum_wx, m_sum_wx2, and rms().
Definition at line 102 of file G4StatDouble.cc.
References m_scale, and G4InuclParticleNames::nn.
void G4StatDouble::scale | ( | G4double | value | ) |
Definition at line 72 of file G4StatDouble.cc.
References m_scale.
|
inline |
Definition at line 73 of file G4StatDouble.hh.
References m_sum_w.
Referenced by add().
|
inline |
Definition at line 74 of file G4StatDouble.hh.
References m_sum_w2.
Referenced by add().
|
inline |
Definition at line 75 of file G4StatDouble.hh.
References m_sum_wx.
Referenced by add().
|
inline |
Definition at line 76 of file G4StatDouble.hh.
References m_sum_wx2.
Referenced by add().
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |