Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | Protected 멤버 함수 | Protected 속성 | 모든 멤버 목록
G4StatDouble 클래스 참조

#include <G4StatDouble.hh>

Public 멤버 함수

 G4StatDouble ()
 
 G4StatDouble (G4double)
 
virtual ~G4StatDouble ()
 
G4StatDoubleoperator= (const G4double &rhs)
 
G4StatDoubleoperator= (const G4StatDouble &rhs)
 
G4StatDoubleoperator+= (const G4double &rhs)
 
G4StatDoubleoperator+= (const G4StatDouble &rhs)
 
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 (const G4StatDouble *)
 
G4int n () const
 
G4double sum_w () const
 
G4double sum_w2 () const
 
G4double sum_wx () const
 
G4double sum_wx2 () const
 

Protected 멤버 함수

G4double rms (G4double sum_wx, G4double sum_wx2, G4double sum_w, G4int n)
 

Protected 속성

G4double m_sum_wx
 
G4double m_sum_wx2
 
G4int m_n
 
G4double m_sum_w
 
G4double m_sum_w2
 
G4double m_scale
 

상세한 설명

G4StatDouble.hh 파일의 45 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

G4StatDouble::G4StatDouble ( )

G4StatDouble.cc 파일의 39 번째 라인에서 정의되었습니다.

다음을 참조함 : reset().

G4StatDouble::G4StatDouble ( G4double  x)

G4StatDouble.cc 파일의 44 번째 라인에서 정의되었습니다.

다음을 참조함 : fill(), reset().

G4StatDouble::~G4StatDouble ( )
virtual

G4StatDouble.cc 파일의 60 번째 라인에서 정의되었습니다.

멤버 함수 문서화

void G4StatDouble::add ( const G4StatDouble ptr)

G4StatDouble.cc 파일의 167 번째 라인에서 정의되었습니다.

다음을 참조함 : m_n, m_sum_w, m_sum_w2, m_sum_wx, m_sum_wx2, n(), sum_w(), sum_w2(), sum_wx(), sum_wx2().

다음에 의해서 참조됨 : operator+=().

void G4StatDouble::fill ( G4double  x,
G4double  weight = 1. 
)

G4StatDouble.cc 파일의 63 번째 라인에서 정의되었습니다.

다음을 참조함 : G4cout, G4endl, INT_MAX, m_n, m_sum_w, m_sum_w2, m_sum_wx, m_sum_wx2, weight.

다음에 의해서 참조됨 : G4StatDouble(), operator+=(), operator=().

G4double G4StatDouble::mean ( ) const

G4StatDouble.cc 파일의 83 번째 라인에서 정의되었습니다.

다음을 참조함 : m_scale, m_sum_w, m_sum_wx.

다음에 의해서 참조됨 : mean().

G4double G4StatDouble::mean ( G4double  ext_sum_w) const

G4StatDouble.cc 파일의 93 번째 라인에서 정의되었습니다.

다음을 참조함 : m_sum_w, mean().

G4int G4StatDouble::n ( ) const
inline

G4StatDouble.hh 파일의 95 번째 라인에서 정의되었습니다.

다음을 참조함 : m_n.

다음에 의해서 참조됨 : add().

G4StatDouble& G4StatDouble::operator+= ( const G4double rhs)
inline

G4StatDouble.hh 파일의 70 번째 라인에서 정의되었습니다.

다음을 참조함 : fill().

G4StatDouble& G4StatDouble::operator+= ( const G4StatDouble rhs)
inline

G4StatDouble.hh 파일의 72 번째 라인에서 정의되었습니다.

다음을 참조함 : add().

G4StatDouble& G4StatDouble::operator= ( const G4double rhs)
inline

G4StatDouble.hh 파일의 54 번째 라인에서 정의되었습니다.

다음을 참조함 : fill(), reset().

G4StatDouble& G4StatDouble::operator= ( const G4StatDouble rhs)
inline

G4StatDouble.hh 파일의 60 번째 라인에서 정의되었습니다.

다음을 참조함 : m_n, m_scale, m_sum_w, m_sum_w2, m_sum_wx, m_sum_wx2.

void G4StatDouble::reset ( )

G4StatDouble.cc 파일의 50 번째 라인에서 정의되었습니다.

다음을 참조함 : m_n, m_scale, m_sum_w, m_sum_w2, m_sum_wx, m_sum_wx2.

다음에 의해서 참조됨 : G4StatDouble(), operator=().

G4double G4StatDouble::rms ( )

G4StatDouble.cc 파일의 146 번째 라인에서 정의되었습니다.

다음을 참조함 : m_n, m_sum_w, m_sum_wx, m_sum_wx2.

다음에 의해서 참조됨 : rms().

G4double G4StatDouble::rms ( G4double  ext_sum_w,
G4int  ext_n 
)

G4StatDouble.cc 파일의 154 번째 라인에서 정의되었습니다.

다음을 참조함 : m_sum_wx, m_sum_wx2, rms().

G4double G4StatDouble::rms ( G4double  sum_wx,
G4double  sum_wx2,
G4double  sum_w,
G4int  n 
)
protected

G4StatDouble.cc 파일의 108 번째 라인에서 정의되었습니다.

다음을 참조함 : m_scale, G4INCL::Math::max(), G4InuclParticleNames::nn, tmp.

void G4StatDouble::scale ( G4double  value)

G4StatDouble.cc 파일의 78 번째 라인에서 정의되었습니다.

다음을 참조함 : m_scale.

G4double G4StatDouble::sum_w ( ) const
inline

G4StatDouble.hh 파일의 96 번째 라인에서 정의되었습니다.

다음을 참조함 : m_sum_w.

다음에 의해서 참조됨 : add().

G4double G4StatDouble::sum_w2 ( ) const
inline

G4StatDouble.hh 파일의 97 번째 라인에서 정의되었습니다.

다음을 참조함 : m_sum_w2.

다음에 의해서 참조됨 : add().

G4double G4StatDouble::sum_wx ( ) const
inline

G4StatDouble.hh 파일의 98 번째 라인에서 정의되었습니다.

다음을 참조함 : m_sum_wx.

다음에 의해서 참조됨 : add().

G4double G4StatDouble::sum_wx2 ( ) const
inline

G4StatDouble.hh 파일의 99 번째 라인에서 정의되었습니다.

다음을 참조함 : m_sum_wx2.

다음에 의해서 참조됨 : add().

멤버 데이타 문서화

G4int G4StatDouble::m_n
protected

G4StatDouble.hh 파일의 109 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : add(), fill(), n(), operator=(), reset(), rms().

G4double G4StatDouble::m_scale
protected

G4StatDouble.hh 파일의 112 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : mean(), operator=(), reset(), rms(), scale().

G4double G4StatDouble::m_sum_w
protected

G4StatDouble.hh 파일의 110 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : add(), fill(), mean(), operator=(), reset(), rms(), sum_w().

G4double G4StatDouble::m_sum_w2
protected

G4StatDouble.hh 파일의 111 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : add(), fill(), operator=(), reset(), sum_w2().

G4double G4StatDouble::m_sum_wx
protected

G4StatDouble.hh 파일의 107 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : add(), fill(), mean(), operator=(), reset(), rms(), sum_wx().

G4double G4StatDouble::m_sum_wx2
protected

G4StatDouble.hh 파일의 108 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : add(), fill(), operator=(), reset(), rms(), sum_wx2().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: