38 #ifndef HITFIT_OBJPAIR_H 39 #define HITFIT_OBJPAIR_H 132 #include "TopQuarkAnalysis/TopHitFit/interface/Objpair.i" 134 #endif // not HITFIT_OBJPAIR_H int i() const
Return the index of the first object.
int j() const
Return the index of the second object.
friend std::ostream & operator<<(std::ostream &s, const Objpair &o)
Output stream operator, print the content of this Objpair to an output stream.
int for_constraint(std::vector< signed char >::size_type k) const
Retrieve the value set for a constraint.
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.