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