#include <Consistency.h>
Definition at line 53 of file Consistency.h.
◆ ConsistentSign
◆ ConsistentStatus
Enumerator |
---|
OK | |
noMeasure | |
underFlow | |
unPhysical | |
Definition at line 94 of file Consistency.h.
◆ Consistency() [1/3]
Consistency::Consistency |
( |
| ) |
|
◆ Consistency() [2/3]
Consistency::Consistency |
( |
double | consistency, |
|
|
double | likelihood = 0. ) |
Definition at line 59 of file Consistency.cxx.
61{
62}
**********Class see also m_nmax DOUBLE PRECISION m_amel DOUBLE PRECISION m_x2 DOUBLE PRECISION m_alfinv DOUBLE PRECISION m_Xenph INTEGER m_KeyWtm INTEGER m_idyfs DOUBLE PRECISION m_zini DOUBLE PRECISION m_q2 DOUBLE PRECISION m_Wt_KF DOUBLE PRECISION m_WtCut INTEGER m_KFfin *COMMON c_KarLud $ !Input CMS energy[GeV] $ !CMS energy after beam spread beam strahlung[GeV] $ !Beam energy spread[GeV] $ !z boost due to beam spread $ !electron beam mass *ff pair spectrum $ !minimum v
◆ Consistency() [3/3]
◆ ~Consistency()
virtual Consistency::~Consistency |
( |
| ) |
|
|
inlinevirtual |
◆ badMeasurement()
◆ consistency()
double Consistency::consistency |
( |
| ) |
const |
|
inline |
◆ genealogy()
const ConsistencySet * Consistency::genealogy |
( |
| ) |
const |
|
virtual |
◆ likelihood()
double Consistency::likelihood |
( |
| ) |
const |
|
inline |
◆ operator<()
Definition at line 97 of file Consistency.cxx.
99{
100
101
102
103
104 bool answer = false;
106
107
108
109
111 answer = true;
112 }
113 } else {
115 answer = true;
116 }
117 }
118
119 return answer;
120}
◆ operator=()
◆ operator==()
Definition at line 84 of file Consistency.cxx.
85{
86 bool answer = false;
91 answer = true;
92 }
93
94 return answer;
95}
◆ operator>()
Definition at line 123 of file Consistency.cxx.
124{
125
126 if( *this==rhs ) return false;
127 return( ! (*this<rhs) );
128}
◆ print()
void Consistency::print |
( |
std::ostream & | | ) |
const |
|
virtual |
Definition at line 139 of file Consistency.cxx.
140{
141 os << "Likelihood = ";
142 os << setiosflags(ios::fixed) << setw(7) << setprecision(4);
144 os << "\t SignificanceLevel = ";
145 os << setiosflags(ios::fixed) << setw(7) << setprecision(4);
147 os << "\t Status ";
150 os << "OK";
151 break;
153 os << "noMeasure";
154 break;
156 os << "underFlow";
157 break;
159 os << "unPhysical";
160 break;
161 default:
162 os << "unknown";
163 }
164 os << endl;
165}
ConsistentStatus status() const
◆ setSign()
◆ setStatus()
◆ sign()
◆ significanceLevel()
double Consistency::significanceLevel |
( |
| ) |
const |
|
inline |
◆ status()
◆ _likelihood
double Consistency::_likelihood |
|
protected |
◆ _sign
◆ _stat
◆ _value
double Consistency::_value |
|
protected |
The documentation for this class was generated from the following files: