45 #ifndef HITFIT_CONSTRAINT_H 46 #define HITFIT_CONSTRAINT_H 147 std::unique_ptr<Constraint_Intermed>
_lhs;
152 std::unique_ptr<Constraint_Intermed>
_rhs;
157 #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 ...
std::unique_ptr< Constraint_Intermed > _rhs
Constraint(std::string s)
Constraint & operator=(const Constraint &c)
int has_labels(int ilabel, int jlabel) const
double sum_mass_terms(const Fourvec_Event &ev) const
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
Represent one side of a mass constraint equation. Contains the abstract base class Constraint_Interme...