Go to the documentation of this file.
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
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 > _rhs
Represent an event for kinematic fitting as a collection of four-momenta. Each object is represented ...
Represent a mass constraint equation. Mass constraints come in two varieties, either saying that the ...
Constraint & operator=(const Constraint &c)
Constraint(std::string s)
Represent one side of a mass constraint equation. Contains the abstract base class Constraint_Interme...
double sum_mass_terms(const Fourvec_Event &ev) const
std::unique_ptr< Constraint_Intermed > _lhs
int has_labels(int ilabel, int jlabel) const