Go to the documentation of this file.
33 #ifndef HITFIT_CONSTRAINED_TOP_H
34 #define HITFIT_CONSTRAINED_TOP_H
203 #endif // not HITFIT_CONSTRAINED_TOP_H
CLHEP::HepVector Column_Vector
friend std::ostream & operator<<(std::ostream &s, const Constrained_Top &ct)
Output stream operator, print the content of this Constrained_Top object to an output stream.
Do a kinematic fit for a set of four-momenta, given a set of mass constraints.
Constrained_Top(const Constrained_Top_Args &args, double lepw_mass, double hadw_mass, double top_mass)
Constructor, create an instance of the Constrained_Top object from the arguments object and the mass ...
Constrained_Top_Args(const Defaults &defs)
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.
Fourvec_Constrainer_Args _fourvec_constrainer_args
const Fourvec_Constrainer_Args & fourvec_constrainer_args() const
Hold on to parameters for the Constrained_Top class.
double constrain(Lepjets_Event &ev, double &mt, double &sigmt, Column_Vector &pullx, Column_Vector &pully)
Do a constrained fit of events. Returns the top mass and its error in mt and sigmt,...
Fourvec_Constrainer _constrainer
const Constrained_Top_Args _args
Define an interface for getting parameter settings.
Do a constrained kinematic fitting for a event.
Do a kinematic fit for a set of four-vectors, given a set of mass constraints.
Hold on to parameters for the Fourvec_Constrainer class.