16 #ifndef ALI_MP_INT_PAIR_H
17 #define ALI_MP_INT_PAIR_H
71 virtual Int_t
Compare(
const TObject* obj)
const;
87 #endif //ALI_MP_INT_PAIR_H
AliMpIntPair & operator=(const AliMpIntPair &src)
Int_t GetFirst() const
Return first value.
Bool_t operator==(const AliMpIntPair &pos2) const
ostream & operator<<(ostream &stream, const AliMpIntPair &op)
Bool_t IsValid() const
Return validity.
void SetSecond(Int_t iy)
Set second value.
Int_t fFirst
the first value
Int_t fSecond
the second value
AliMpIntPair operator*(const AliMpIntPair &op1, const AliMpIntPair &op2)
void operator+=(const AliMpIntPair &op)
AliMpIntPair operator+(const AliMpIntPair &op1, const AliMpIntPair &op2)
Bool_t operator<(const AliMpIntPair &pos2) const
void Set(Int_t ix, Int_t iy)
Set both first and second value.
void operator-=(const AliMpIntPair &op)
virtual Bool_t IsSortable() const
Return true as Compare() function is implemented.
Bool_t operator!=(const AliMpIntPair &pos2) const
virtual Int_t Compare(const TObject *obj) const
void SetFirst(Int_t ix)
Set first value.
Int_t GetSecond() const
Return second value.
AliMpIntPair operator-(const AliMpIntPair &op1, const AliMpIntPair &op2)
static AliMpIntPair Invalid()
Return invalid pair.