Go to the documentation of this file.
33 #ifndef HITFIT_CONSTRAINED_Z_H
34 #define HITFIT_CONSTRAINED_Z_H
158 #endif // not HITFIT_CONSTRAINED_Z_H
CLHEP::HepVector Column_Vector
Constrained_Z_Args(const Defaults &defs)
Constructor, initialize from a Defaults object.
Do a kinematic fit for a set of four-momenta, given a set of mass constraints.
Do a constrained kinematic fitting for a event.
const Constrained_Z_Args & _args
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
Fourvec_Constrainer _constrainer
Constrained_Z(const Constrained_Z_Args &args)
Constructor, create an instance of the Constrained_Z object from the argument object.
double constrain(Lepjets_Event &ev, Column_Vector &pull)
Do a constrained fit of event. Returns the pull quantities in pull. Returns the ,...
Hold on to parameters for the Constrained_Z class.
const Fourvec_Constrainer_Args & fourvec_constrainer_args() const
Define an interface for getting parameter settings.
friend std::ostream & operator<<(std::ostream &s, const Constrained_Z &cz)
Output stream operator, print the content of this Constrained_Z to an output stream.
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.