#include <Consistency.h>
|
enum | ConsistentStatus {
OK =0
, noMeasure
, underFlow
, unPhysical
,
OK =0
, noMeasure
, underFlow
, unPhysical
} |
|
enum | ConsistentSign {
left =-1
, unknown =0
, right =1
, left =-1
,
unknown =0
, right =1
} |
|
enum | ConsistentStatus {
OK =0
, noMeasure
, underFlow
, unPhysical
,
OK =0
, noMeasure
, underFlow
, unPhysical
} |
|
enum | ConsistentSign {
left =-1
, unknown =0
, right =1
, left =-1
,
unknown =0
, right =1
} |
|
◆ ConsistentSign [1/2]
◆ ConsistentSign [2/2]
◆ ConsistentStatus [1/2]
◆ ConsistentStatus [2/2]
◆ Consistency() [1/6]
Consistency::Consistency |
( |
| ) |
|
◆ Consistency() [2/6]
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/6]
◆ ~Consistency() [1/2]
virtual Consistency::~Consistency |
( |
| ) |
|
|
inlinevirtual |
◆ Consistency() [4/6]
Consistency::Consistency |
( |
| ) |
|
◆ Consistency() [5/6]
Consistency::Consistency |
( |
double |
consistency, |
|
|
double |
likelihood = 0. |
|
) |
| |
◆ Consistency() [6/6]
◆ ~Consistency() [2/2]
virtual Consistency::~Consistency |
( |
| ) |
|
|
inlinevirtual |
◆ badMeasurement() [1/2]
◆ badMeasurement() [2/2]
static const Consistency & Consistency::badMeasurement |
( |
| ) |
|
|
static |
◆ consistency() [1/2]
double Consistency::consistency |
( |
| ) |
const |
|
inline |
◆ consistency() [2/2]
double Consistency::consistency |
( |
| ) |
const |
|
inline |
◆ genealogy() [1/2]
const ConsistencySet * Consistency::genealogy |
( |
| ) |
const |
|
virtual |
◆ genealogy() [2/2]
virtual const ConsistencySet * Consistency::genealogy |
( |
| ) |
const |
|
virtual |
◆ likelihood() [1/2]
double Consistency::likelihood |
( |
| ) |
const |
|
inline |
◆ likelihood() [2/2]
double Consistency::likelihood |
( |
| ) |
const |
|
inline |
◆ operator<() [1/2]
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<() [2/2]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==() [1/2]
Definition at line 84 of file Consistency.cxx.
85{
86 bool answer = false;
91 answer = true;
92 }
93
94 return answer;
95}
◆ operator==() [2/2]
◆ operator>() [1/2]
Definition at line 123 of file Consistency.cxx.
124{
125
126 if( *this==rhs ) return false;
127 return( ! (*this<rhs) );
128}
◆ operator>() [2/2]
◆ print() [1/2]
virtual void Consistency::print |
( |
std::ostream & |
| ) |
const |
|
virtual |
◆ print() [2/2]
virtual void Consistency::print |
( |
std::ostream & |
| ) |
const |
|
virtual |
◆ setSign() [1/2]
◆ setSign() [2/2]
◆ setStatus() [1/2]
◆ setStatus() [2/2]
◆ sign() [1/2]
◆ sign() [2/2]
◆ significanceLevel() [1/2]
double Consistency::significanceLevel |
( |
| ) |
const |
|
inline |
◆ significanceLevel() [2/2]
double Consistency::significanceLevel |
( |
| ) |
const |
|
inline |
◆ status() [1/2]
◆ status() [2/2]
◆ _likelihood
double Consistency::_likelihood |
|
protected |
◆ _sign
◆ _stat
◆ _value
double Consistency::_value |
|
protected |
The documentation for this class was generated from the following files: