40#include "ProbTools/Consistency.h"
44using std::setiosflags;
45using std::setprecision;
101 if ( rhs.
_stat ==
OK ) { answer =
true; }
109 if ( *
this == rhs )
return false;
110 return ( !( *
this < rhs ) );
116 os <<
"Likelihood = ";
117 os << setiosflags( ios::fixed ) << setw( 7 ) << setprecision( 4 );
119 os <<
"\t SignificanceLevel = ";
120 os << setiosflags( ios::fixed ) << setw( 7 ) << setprecision( 4 );
129 default: os <<
"unknown";
132 os << resetiosflags( std::ios::floatfield );
**********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
bool operator>(const Consistency &rhs) const
virtual const ConsistencySet * genealogy() const
void setStatus(ConsistentStatus s)
ConsistentStatus status() const
static const Consistency & badMeasurement()
bool operator<(const Consistency &rhs) const
virtual void print(std::ostream &) const
Consistency & operator=(const Consistency &rhs)
bool operator==(const Consistency &rhs) const