40 #ifndef HITFIT_OBJPAIR_H
41 #define HITFIT_OBJPAIR_H
139 #include "TopQuarkAnalysis/TopHitFit/interface/Objpair.i"
142 #endif // not HITFIT_OBJPAIR_H
int for_constraint(std::vector< signed char >::size_type k) const
Retrieve the value set for a constraint.
friend std::ostream & operator<<(std::ostream &s, const Objpair &o)
Output stream operator, print the content of this Objpair to an output stream.
int j() const
Return the index of the second object.
void has_constraint(std::vector< signed char >::size_type k, int val)
Set the value for a constraint to a value.
Objpair(int i, int j, int nconstraints)
Constructor.
std::vector< signed char > _for_constraint
Represent a pair of objects in Pair_Table.
int i() const
Return the index of the first object.