34 #ifndef HITFIT_FIT_RESULT_H 35 #define HITFIT_FIT_RESULT_H 103 double sigmt()
const;
179 #endif // not HITFIT_FIT_RESULT_H Hold the result of one kinematic fit.
const Column_Vector & pullx() const
Return the pull quantities for the well-measured variables.
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.
const Lepjets_Event & ev() const
Return the event kinematics quantities after the fit.
double sigmt() const
Return the top quark mass uncertainty after the fit.
CLHEP::HepVector Column_Vector
Define matrix types for the HitFit package, and supply a few additional operations.
double umwhad() const
Return the hadronic boson mass before the fit.
std::vector< int > jet_types()
Return the list of jet types for this event.
Represent a simple event consisting of lepton(s) and jet(s).
double utmass() const
Return the top quark mass before the fit.
friend std::ostream & operator<<(std::ostream &s, const Fit_Result &res)
Output stream operator, print the content of this Fit_Result to an output stream. ...
const Column_Vector & pully() const
Return the pull quantities for the poorly-measured variables.
Represent a simple event consisting of lepton(s) and jet(s). An instance of this class holds a list o...
friend bool operator<(const Fit_Result &a, const Fit_Result &b)
Sort fit results based on their .
double mt() const
Return the top quark mass after the fit.
double chisq() const
Return the of the fit.