47 #ifndef HITFIT_CONSTRAINT_H
48 #define HITFIT_CONSTRAINT_H
131 int has_labels (
int ilabel,
int jlabel)
const;
155 std::auto_ptr<Constraint_Intermed>
_lhs;
160 std::auto_ptr<Constraint_Intermed>
_rhs;
167 #endif // not HITFIT_CONSTRAINT_H
std::auto_ptr< Constraint_Intermed > _rhs
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::auto_ptr< Constraint_Intermed > _lhs
double sum_mass_terms(const Fourvec_Event &ev) const
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. ...
int has_labels(int ilabel, int jlabel) const
Represent one side of a mass constraint equation. Contains the abstract base class Constraint_Interme...