64 : _chisq(chisq), _umwhad(umwhad), _utmass(utmass), _mt(
mt), _sigmt(
sigmt), _pullx(pullx), _pully(pully), _ev(
ev) {}
188 return abs(
a._chisq) <
abs(
b._chisq);
211 s <<
"chisq: " <<
res._chisq <<
"\n";
212 s <<
"umwhad: " <<
res._umwhad <<
"\n";
213 s <<
"utmass: " <<
res._utmass <<
"\n";
214 s <<
"mt: " <<
res._mt <<
"\n";
215 s <<
"sigmt: " <<
res._sigmt <<
"\n";
217 s <<
"pullx: " <<
res._pullx.T();
218 s <<
"pully: " <<
res._pully.T();
Hold the result of one kinematic fit.
Fit_Result(double chisq, const Lepjets_Event &ev, const Column_Vector &pullx, const Column_Vector &pully, double umwhad, double utmass, double mt, double sigmt)
Constructor, provide the results of the fit.
Hold the result of one kinematic fit.
CLHEP::HepVector Column_Vector
const Column_Vector & pully() const
Return the pull quantities for the poorly-measured variables.
const Column_Vector & pullx() const
Return the pull quantities for the well-measured variables.
double utmass() const
Return the top quark mass before the fit.
std::vector< int > jet_types()
Return the list of jet types for this event.
bool operator<(const EtaDepResElement &a, const EtaDepResElement &b)
Comparison operator, compare two EtaDepResElement instances based on their respective valid ranges...
Represent a simple event consisting of lepton(s) and jet(s). An instance of this class holds a list o...
Abs< T >::type abs(const T &t)
double mt() const
Return the top quark mass after the fit.
double chisq() const
Return the of the fit.
double sigmt() const
Return the top quark mass uncertainty after the fit.
const Lepjets_Event & ev() const
Return the event kinematics quantities after the fit.
std::vector< int > jet_types() const
Return the jet types in the event.
double umwhad() const
Return the hadronic boson mass before the fit.
std::ostream & operator<<(std::ostream &s, const Constraint_Intermed &ci)
Output stream operator, print the content of this Constraint_Intermed to an output stream...