|
BOSS 8.0.0
BESIII Offline Software System
|
#include <Consistency.h>
Public Types | |
| enum | ConsistentStatus { OK = 0 , noMeasure , underFlow , unPhysical , OK = 0 , noMeasure , underFlow , unPhysical , OK = 0 , noMeasure , underFlow , unPhysical } |
| enum | ConsistentSign { left = -1 , unknown = 0 , right = 1 , left = -1 , unknown = 0 , right = 1 , left = -1 , unknown = 0 , right = 1 } |
| enum | ConsistentStatus { OK = 0 , noMeasure , underFlow , unPhysical , OK = 0 , noMeasure , underFlow , unPhysical , OK = 0 , noMeasure , underFlow , unPhysical } |
| enum | ConsistentSign { left = -1 , unknown = 0 , right = 1 , left = -1 , unknown = 0 , right = 1 , left = -1 , unknown = 0 , right = 1 } |
| enum | ConsistentStatus { OK = 0 , noMeasure , underFlow , unPhysical , OK = 0 , noMeasure , underFlow , unPhysical , OK = 0 , noMeasure , underFlow , unPhysical } |
| enum | ConsistentSign { left = -1 , unknown = 0 , right = 1 , left = -1 , unknown = 0 , right = 1 , left = -1 , unknown = 0 , right = 1 } |
Public Member Functions | |
| Consistency () | |
| Consistency (double consistency, double likelihood=0.) | |
| Consistency (const Consistency &rhs) | |
| virtual | ~Consistency () |
| Consistency & | operator= (const Consistency &rhs) |
| bool | operator== (const Consistency &rhs) const |
| bool | operator< (const Consistency &rhs) const |
| bool | operator> (const Consistency &rhs) const |
| double | significanceLevel () const |
| double | likelihood () const |
| double | consistency () const |
| ConsistentStatus | status () const |
| void | setStatus (ConsistentStatus s) |
| ConsistentSign | sign () const |
| void | setSign (ConsistentSign s) |
| virtual const ConsistencySet * | genealogy () const |
| virtual void | print (std::ostream &) const |
| Consistency () | |
| Consistency (double consistency, double likelihood=0.) | |
| Consistency (const Consistency &rhs) | |
| virtual | ~Consistency () |
| Consistency & | operator= (const Consistency &rhs) |
| bool | operator== (const Consistency &rhs) const |
| bool | operator< (const Consistency &rhs) const |
| bool | operator> (const Consistency &rhs) const |
| double | significanceLevel () const |
| double | likelihood () const |
| double | consistency () const |
| ConsistentStatus | status () const |
| void | setStatus (ConsistentStatus s) |
| ConsistentSign | sign () const |
| void | setSign (ConsistentSign s) |
| virtual const ConsistencySet * | genealogy () const |
| virtual void | print (std::ostream &) const |
| Consistency () | |
| Consistency (double consistency, double likelihood=0.) | |
| Consistency (const Consistency &rhs) | |
| virtual | ~Consistency () |
| Consistency & | operator= (const Consistency &rhs) |
| bool | operator== (const Consistency &rhs) const |
| bool | operator< (const Consistency &rhs) const |
| bool | operator> (const Consistency &rhs) const |
| double | significanceLevel () const |
| double | likelihood () const |
| double | consistency () const |
| ConsistentStatus | status () const |
| void | setStatus (ConsistentStatus s) |
| ConsistentSign | sign () const |
| void | setSign (ConsistentSign s) |
| virtual const ConsistencySet * | genealogy () const |
| virtual void | print (std::ostream &) const |
Static Public Member Functions | |
| static const Consistency & | badMeasurement () |
| static const Consistency & | badMeasurement () |
| static const Consistency & | badMeasurement () |
Protected Attributes | |
| ConsistentStatus | _stat |
| ConsistentSign | _sign |
| double | _value |
| double | _likelihood |
Definition at line 53 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
| Enumerator | |
|---|---|
| left | |
| unknown | |
| right | |
| left | |
| unknown | |
| right | |
| left | |
| unknown | |
| right | |
Definition at line 113 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
| Enumerator | |
|---|---|
| left | |
| unknown | |
| right | |
| left | |
| unknown | |
| right | |
| left | |
| unknown | |
| right | |
Definition at line 113 of file InstallArea/x86_64-el9-gcc13-opt/include/ProbTools/Consistency.h.
| Enumerator | |
|---|---|
| left | |
| unknown | |
| right | |
| left | |
| unknown | |
| right | |
| left | |
| unknown | |
| right | |
Definition at line 113 of file Reconstruction/MdcPatRec/ProbTools/include/ProbTools/Consistency.h.
| Enumerator | |
|---|---|
| OK | |
| noMeasure | |
| underFlow | |
| unPhysical | |
| OK | |
| noMeasure | |
| underFlow | |
| unPhysical | |
| OK | |
| noMeasure | |
| underFlow | |
| unPhysical | |
Definition at line 93 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
| Enumerator | |
|---|---|
| OK | |
| noMeasure | |
| underFlow | |
| unPhysical | |
| OK | |
| noMeasure | |
| underFlow | |
| unPhysical | |
| OK | |
| noMeasure | |
| underFlow | |
| unPhysical | |
Definition at line 93 of file InstallArea/x86_64-el9-gcc13-opt/include/ProbTools/Consistency.h.
| Enumerator | |
|---|---|
| OK | |
| noMeasure | |
| underFlow | |
| unPhysical | |
| OK | |
| noMeasure | |
| underFlow | |
| unPhysical | |
| OK | |
| noMeasure | |
| underFlow | |
| unPhysical | |
Definition at line 93 of file Reconstruction/MdcPatRec/ProbTools/include/ProbTools/Consistency.h.
| Consistency::Consistency | ( | ) |
Definition at line 52 of file Consistency.cxx.
Referenced by badMeasurement(), ChisqConsistency::ChisqConsistency(), Consistency(), operator<(), operator=(), operator==(), and operator>().
| Consistency::Consistency | ( | double | consistency, |
| double | likelihood = 0. ) |
Definition at line 55 of file Consistency.cxx.
| Consistency::Consistency | ( | const Consistency & | rhs | ) |
Definition at line 58 of file Consistency.cxx.
|
inlinevirtual |
Definition at line 65 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
| Consistency::Consistency | ( | ) |
| Consistency::Consistency | ( | double | consistency, |
| double | likelihood = 0. ) |
| Consistency::Consistency | ( | const Consistency & | rhs | ) |
|
inlinevirtual |
Definition at line 65 of file InstallArea/x86_64-el9-gcc13-opt/include/ProbTools/Consistency.h.
| Consistency::Consistency | ( | ) |
| Consistency::Consistency | ( | double | consistency, |
| double | likelihood = 0. ) |
| Consistency::Consistency | ( | const Consistency & | rhs | ) |
|
inlinevirtual |
Definition at line 65 of file Reconstruction/MdcPatRec/ProbTools/include/ProbTools/Consistency.h.
|
static |
Definition at line 139 of file Consistency.cxx.
|
static |
|
static |
|
inline |
Definition at line 90 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
Referenced by ChisqConsistency::ChisqConsistency(), and Consistency().
|
inline |
Definition at line 90 of file InstallArea/x86_64-el9-gcc13-opt/include/ProbTools/Consistency.h.
|
inline |
Definition at line 90 of file Reconstruction/MdcPatRec/ProbTools/include/ProbTools/Consistency.h.
|
virtual |
Definition at line 113 of file Consistency.cxx.
|
virtual |
|
virtual |
|
inline |
Definition at line 85 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
Referenced by Consistency().
|
inline |
Definition at line 85 of file InstallArea/x86_64-el9-gcc13-opt/include/ProbTools/Consistency.h.
|
inline |
Definition at line 85 of file Reconstruction/MdcPatRec/ProbTools/include/ProbTools/Consistency.h.
| bool Consistency::operator< | ( | const Consistency & | rhs | ) | const |
Definition at line 85 of file Consistency.cxx.
| bool Consistency::operator< | ( | const Consistency & | rhs | ) | const |
| bool Consistency::operator< | ( | const Consistency & | rhs | ) | const |
| Consistency & Consistency::operator= | ( | const Consistency & | rhs | ) |
Definition at line 65 of file Consistency.cxx.
Referenced by ChisqConsistency::operator=().
| Consistency & Consistency::operator= | ( | const Consistency & | rhs | ) |
| Consistency & Consistency::operator= | ( | const Consistency & | rhs | ) |
| bool Consistency::operator== | ( | const Consistency & | rhs | ) | const |
Definition at line 76 of file Consistency.cxx.
| bool Consistency::operator== | ( | const Consistency & | rhs | ) | const |
| bool Consistency::operator== | ( | const Consistency & | rhs | ) | const |
| bool Consistency::operator> | ( | const Consistency & | rhs | ) | const |
Definition at line 107 of file Consistency.cxx.
| bool Consistency::operator> | ( | const Consistency & | rhs | ) | const |
| bool Consistency::operator> | ( | const Consistency & | rhs | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
inline |
Definition at line 117 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
|
inline |
Definition at line 117 of file InstallArea/x86_64-el9-gcc13-opt/include/ProbTools/Consistency.h.
|
inline |
Definition at line 117 of file Reconstruction/MdcPatRec/ProbTools/include/ProbTools/Consistency.h.
|
inline |
Definition at line 106 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
Referenced by badMeasurement(), ChisqConsistency::ChisqConsistency(), and ChisqConsistency::ChisqConsistency().
|
inline |
Definition at line 106 of file InstallArea/x86_64-el9-gcc13-opt/include/ProbTools/Consistency.h.
|
inline |
Definition at line 106 of file Reconstruction/MdcPatRec/ProbTools/include/ProbTools/Consistency.h.
|
inline |
Definition at line 116 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
|
inline |
Definition at line 116 of file InstallArea/x86_64-el9-gcc13-opt/include/ProbTools/Consistency.h.
|
inline |
Definition at line 116 of file Reconstruction/MdcPatRec/ProbTools/include/ProbTools/Consistency.h.
|
inline |
Definition at line 84 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
|
inline |
Definition at line 84 of file InstallArea/x86_64-el9-gcc13-opt/include/ProbTools/Consistency.h.
|
inline |
Definition at line 84 of file Reconstruction/MdcPatRec/ProbTools/include/ProbTools/Consistency.h.
|
inline |
Definition at line 105 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
|
inline |
Definition at line 105 of file InstallArea/x86_64-el9-gcc13-opt/include/ProbTools/Consistency.h.
|
inline |
Definition at line 105 of file Reconstruction/MdcPatRec/ProbTools/include/ProbTools/Consistency.h.
|
protected |
Definition at line 133 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
Referenced by ChisqConsistency::ChisqConsistency(), ChisqConsistency::ChisqConsistency(), Consistency(), Consistency(), Consistency(), likelihood(), operator=(), operator==(), and print().
|
protected |
Definition at line 131 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
Referenced by Consistency(), Consistency(), Consistency(), operator=(), operator==(), print(), setSign(), and sign().
|
protected |
Definition at line 130 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
Referenced by Consistency(), Consistency(), Consistency(), operator<(), operator=(), operator==(), print(), setStatus(), and status().
|
protected |
Definition at line 132 of file InstallArea/x86_64-el9-gcc13-dbg/include/ProbTools/Consistency.h.
Referenced by ChisqConsistency::ChisqConsistency(), ChisqConsistency::ChisqConsistency(), Consistency(), Consistency(), Consistency(), consistency(), operator<(), operator=(), operator==(), print(), and significanceLevel().