Go to the documentation of this file.
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();
CLHEP::HepVector Column_Vector
std::vector< int > jet_types() const
Return the jet types in the event.
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.
bool operator<(const EtaDepResElement &a, const EtaDepResElement &b)
Comparison operator, compare two EtaDepResElement instances based on their respective valid ranges.
double mt() const
Return the top quark mass after the fit.
Hold the result of one kinematic 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). An instance of this class holds a list o...
double utmass() const
Return the top quark mass before the fit.
double chisq() const
Return the of 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.
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.
Abs< T >::type abs(const T &t)
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.