47 #ifndef HITFIT_CONSTRAINT_H 48 #define HITFIT_CONSTRAINT_H 131 int has_labels (
int ilabel,
int jlabel)
const;
155 std::unique_ptr<Constraint_Intermed>
_lhs;
160 std::unique_ptr<Constraint_Intermed>
_rhs;
167 #endif // not HITFIT_CONSTRAINT_H Represent a mass constraint equation. Mass constraints come in two varieties, either saying that the ...
Represent an event for kinematic fitting as a collection of four-momenta. Each object is represented ...
double sum_mass_terms(const Fourvec_Event &ev) const
std::unique_ptr< Constraint_Intermed > _rhs
Constraint(std::string s)
Constraint & operator=(const Constraint &c)
friend std::ostream & operator<<(std::ostream &s, const Constraint &c)
Output stream operator, print the content of this Constraint to an output stream. ...
std::unique_ptr< Constraint_Intermed > _lhs
int has_labels(int ilabel, int jlabel) const
Represent one side of a mass constraint equation. Contains the abstract base class Constraint_Interme...