![]() |
AliRoot Core
ee782a0 (ee782a0)
|
#include <Rtypes.h>
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
AliMp | |
The namespace for mapping enums and related functions. | |
Typedefs | |
typedef Int_t | MpPair_t |
Functions | |
MpPair_t | AliMp::Pair (Int_t first, Int_t second) |
Encode the pair of integers to another integer. More... | |
Int_t | AliMp::PairFirst (MpPair_t pair) |
Decode the first integer from encoded pair. More... | |
Int_t | AliMp::PairSecond (MpPair_t pair) |
Decode the second integer from encoded pair. More... | |
ostream & | AliMp::PairPut (ostream &s, MpPair_t pair) |
A special printing for encoded pair. More... | |
typedef Int_t MpPair_t |
Definition at line 18 of file AliMpEncodePair.h.