| 
    Geant4
    9.6.p02
    
   | 
 
#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) | 
| 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 46 of file G4StatDouble.hh.
| G4StatDouble::G4StatDouble | ( | ) | 
      
  | 
  virtual | 
Definition at line 55 of file G4StatDouble.cc.
Definition at line 58 of file G4StatDouble.cc.
| G4double G4StatDouble::mean | ( | ) | const | 
      
  | 
  inline | 
Definition at line 70 of file G4StatDouble.hh.
| void G4StatDouble::reset | ( | ) | 
| G4double G4StatDouble::rms | ( | ) | 
Definition at line 103 of file G4StatDouble.cc.
Definition at line 73 of file G4StatDouble.cc.
      
  | 
  inline | 
Definition at line 71 of file G4StatDouble.hh.
      
  | 
  inline | 
Definition at line 72 of file G4StatDouble.hh.
      
  | 
  inline | 
Definition at line 73 of file G4StatDouble.hh.
      
  | 
  inline | 
Definition at line 74 of file G4StatDouble.hh.
      
  | 
  protected | 
Definition at line 84 of file G4StatDouble.hh.
      
  | 
  protected | 
Definition at line 87 of file G4StatDouble.hh.
      
  | 
  protected | 
Definition at line 85 of file G4StatDouble.hh.
      
  | 
  protected | 
Definition at line 86 of file G4StatDouble.hh.
      
  | 
  protected | 
Definition at line 82 of file G4StatDouble.hh.
      
  | 
  protected | 
Definition at line 83 of file G4StatDouble.hh.
 1.8.4