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