26 #include <Riostream.h>
34 return (( first << 16 ) | second);
43 return ( pair & 0xFFFF0000 ) >> 16;
66 stream <<
"AliMpIntPair::Invalid";
MpPair_t Pair(Int_t first, Int_t second)
Encode the pair of integers to another integer.
Int_t PairFirst(MpPair_t pair)
Decode the first integer from encoded pair.
Int_t PairSecond(MpPair_t pair)
Decode the second integer from encoded pair.
ostream & PairPut(ostream &s, MpPair_t pair)
A special printing for encoded pair.