56 #ifndef HITFIT_PAIR_TABLE_H
57 #define HITFIT_PAIR_TABLE_H
148 #endif // not PAIR_TABLE_H
const Objpair & get_pair(std::vector< Objpair >::size_type pairno) const
Get one of the pairs from the table, index starts from 0.
Represent a pair of objects in Pair_Table.
Represent an event for kinematic fitting as a collection of four-momenta. Each object is represented ...
int npairs() const
Return the number of pairs in the table.
std::vector< Objpair > _pairs
Represent a mass constraint equation.
A lookup table to speed up constraint evaluation using Fourvec_Constrainer.
std::ostream & operator<<(std::ostream &s, const Constraint_Intermed &ci)
Output stream operator, print the content of this Constraint_Intermed to an output stream...
Pair_Table(const std::vector< Constraint > &cv, const Fourvec_Event &ev)
Constructor, give it the event and the list of constraints.
Represent a pair of objects in Pair_Table.