AliRoot Core  a565103 (a565103)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliMpEncodePair.h File Reference
#include <Rtypes.h>
#include <Riosfwd.h>
Include dependency graph for AliMpEncodePair.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

typedef Int_t MpPair_t

Definition at line 18 of file AliMpEncodePair.h.