#include <G4StatAnalysis.hh>
Definition at line 60 of file G4StatAnalysis.hh.
◆ G4StatAnalysis()
G4StatAnalysis::G4StatAnalysis |
( |
| ) |
|
|
inline |
◆ ~G4StatAnalysis()
G4StatAnalysis::~G4StatAnalysis |
( |
| ) |
|
|
inline |
◆ Add()
void G4StatAnalysis::Add |
( |
const G4double & |
_val, |
|
|
const G4double & |
_weight = 1.0 |
|
) |
| |
|
inline |
◆ GetCoeffVariation()
G4double G4StatAnalysis::GetCoeffVariation |
( |
| ) |
const |
|
inline |
◆ GetCpuClock()
static tms *& G4StatAnalysis::GetCpuClock |
( |
| ) |
|
|
inlinestatic |
Definition at line 118 of file G4StatAnalysis.hh.
119 {
121 if(!_instance)
122 {
123 _instance = new tms;
124 times(_instance);
125 }
126 return _instance;
127 }
#define G4ThreadLocalStatic
Referenced by ResetCpuClock().
◆ GetCpuTime()
G4double G4StatAnalysis::GetCpuTime |
( |
| ) |
const |
|
inline |
◆ GetEfficiency()
G4double G4StatAnalysis::GetEfficiency |
( |
| ) |
const |
|
inline |
◆ GetFOM()
G4double G4StatAnalysis::GetFOM |
( |
| ) |
const |
|
inline |
◆ GetHits()
const G4int & G4StatAnalysis::GetHits |
( |
| ) |
const |
|
inline |
◆ GetMean()
G4double G4StatAnalysis::GetMean |
( |
| ) |
const |
|
inline |
◆ GetNumNonZero()
G4int G4StatAnalysis::GetNumNonZero |
( |
| ) |
const |
|
inline |
◆ GetNumZero()
G4int G4StatAnalysis::GetNumZero |
( |
| ) |
const |
|
inline |
◆ GetR2Eff()
G4double G4StatAnalysis::GetR2Eff |
( |
| ) |
const |
|
inline |
◆ GetR2Int()
G4double G4StatAnalysis::GetR2Int |
( |
| ) |
const |
|
inline |
◆ GetRelativeError()
G4double G4StatAnalysis::GetRelativeError |
( |
| ) |
const |
|
inline |
◆ GetStdDev()
G4double G4StatAnalysis::GetStdDev |
( |
| ) |
const |
|
inline |
◆ GetSum()
const G4double & G4StatAnalysis::GetSum |
( |
| ) |
const |
|
inline |
◆ GetSum1()
const G4double & G4StatAnalysis::GetSum1 |
( |
| ) |
const |
|
inline |
◆ GetSum2()
const G4double & G4StatAnalysis::GetSum2 |
( |
| ) |
const |
|
inline |
◆ GetSumSquared()
const G4double & G4StatAnalysis::GetSumSquared |
( |
| ) |
const |
|
inline |
◆ GetVariance()
G4double G4StatAnalysis::GetVariance |
( |
| ) |
const |
|
inline |
◆ operator delete()
void G4StatAnalysis::operator delete |
( |
void * |
| ) |
|
|
inline |
◆ operator G4double()
G4StatAnalysis::operator G4double |
( |
| ) |
const |
|
inline |
◆ operator new()
void * G4StatAnalysis::operator new |
( |
std::size_t |
| ) |
|
|
inline |
◆ operator+=() [1/2]
◆ operator+=() [2/2]
◆ operator-=()
◆ operator/=()
◆ PrintInfo()
void G4StatAnalysis::PrintInfo |
( |
std::ostream & |
os, |
|
|
const std::string & |
= "" |
|
) |
| const |
|
inline |
◆ Rescale()
void G4StatAnalysis::Rescale |
( |
const G4double & |
factor | ) |
|
|
inline |
◆ Reset()
void G4StatAnalysis::Reset |
( |
| ) |
|
|
inline |
◆ ResetCpuClock()
static void G4StatAnalysis::ResetCpuClock |
( |
| ) |
|
|
inlinestatic |
◆ SetHits()
void G4StatAnalysis::SetHits |
( |
const G4int & |
val | ) |
|
|
inline |
◆ SetSum()
void G4StatAnalysis::SetSum |
( |
const G4double & |
val | ) |
|
|
inline |
◆ SetSum1()
void G4StatAnalysis::SetSum1 |
( |
const G4double & |
val | ) |
|
|
inline |
◆ SetSum2()
void G4StatAnalysis::SetSum2 |
( |
const G4double & |
val | ) |
|
|
inline |
◆ SetSumSquared()
void G4StatAnalysis::SetSumSquared |
( |
const G4double & |
val | ) |
|
|
inline |
◆ SetZero()
void G4StatAnalysis::SetZero |
( |
const G4int & |
val | ) |
|
|
inline |
◆ operator+
◆ operator-
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
os, |
|
|
const G4StatAnalysis & |
obj |
|
) |
| |
|
friend |
Definition at line 141 of file G4StatAnalysis.hh.
142 {
144 return os;
145 }
void PrintInfo(std::ostream &os, const std::string &="") const
The documentation for this class was generated from the following file: