72 #ifndef HITFIT_CONSTRAINT_INTERMED_H 73 #define HITFIT_CONSTRAINT_INTERMED_H 128 virtual bool has_labels (
int ilabel,
int jlabel)
const = 0;
148 virtual void print (std::ostream&
s)
const = 0;
154 virtual std::unique_ptr<Constraint_Intermed>
clone ()
const = 0;
208 bool has_labels (
int ilabel,
int jlabel)
const override;
228 void print (std::ostream&
s)
const override;
234 std::unique_ptr<Constraint_Intermed>
clone ()
const override;
292 bool has_labels (
int ilabel,
int jlabel)
const override;
312 void print (std::ostream&
s)
const override;
318 std::unique_ptr<Constraint_Intermed>
clone ()
const override;
329 bool has_label (
int label)
const;
387 #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