70 #ifndef HITFIT_CONSTRAINT_INTERMED_H 71 #define HITFIT_CONSTRAINT_INTERMED_H 121 virtual bool has_labels(
int ilabel,
int jlabel)
const = 0;
141 virtual void print(std::ostream&
s)
const = 0;
147 virtual std::unique_ptr<Constraint_Intermed>
clone()
const = 0;
198 bool has_labels(
int ilabel,
int jlabel)
const override;
218 void print(std::ostream&
s)
const override;
224 std::unique_ptr<Constraint_Intermed>
clone()
const override;
277 bool has_labels(
int ilabel,
int jlabel)
const override;
297 void print(std::ostream&
s)
const override;
303 std::unique_ptr<Constraint_Intermed>
clone()
const override;
314 bool has_label(
int label)
const;
366 #endif // not HITFIT_CONSTRAINT_INTERMED_H Concrete class for one side of mass constraint equation of the type: .
std::unique_ptr< Constraint_Intermed > make_constraint_intermed(std::string s)
Represent an event for kinematic fitting as a collection of four-momenta. Each object is represented ...
Concrete class for one side of mass constraint equation of the type: .
virtual void print(std::ostream &s) const =0
virtual std::unique_ptr< Constraint_Intermed > clone() const =0
std::ostream & operator<<(std::ostream &s, const Constraint_Intermed &ci)
Output stream operator, print the content of this Constraint_Intermed to an output stream...
virtual double sum_mass_terms(const Fourvec_Event &ev) const =0
virtual ~Constraint_Intermed()
std::vector< int > _labels
Abstract base classes for describing one side of a mass constraint.
~Constraint_Intermed_Labels() override
virtual bool has_labels(int ilabel, int jlabel) const =0
~Constraint_Intermed_Constant() override