234 s <<
"chisq: " << res.
_chisq <<
"\n";
235 s <<
"umwhad: " << res.
_umwhad <<
"\n";
236 s <<
"utmass: " << res.
_utmass <<
"\n";
237 s <<
"mt: " << res.
_mt <<
"\n";
238 s <<
"sigmt: " << res.
_sigmt <<
"\n";
240 s <<
"pullx: " << res.
_pullx.T();
241 s <<
"pully: " << res.
_pully.T();
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.
Hold the result of one kinematic fit.
CLHEP::HepVector Column_Vector
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.
bool operator<(const EtaDepResElement &a, const EtaDepResElement &b)
Comparison operator, compare two EtaDepResElement instances based on their respective valid ranges...
double utmass() const
Return the top quark mass before the fit.
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...
std::vector< int > jet_types() const
Return the jet types in the event.
double mt() const
Return the top quark mass after 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...
double chisq() const
Return the of the fit.