1 #ifndef ALIMPENCODEPAIR_H 2 #define ALIMPENCODEPAIR_H 35 #endif //ALIMPENCODEPAIR_H 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.
The namespace for mapping enums and related functions.