![]() |
AliRoot Core
edcc906 (edcc906)
|
#include <Rtypes.h>
#include <TString.h>
Go to the source code of this file.
Namespaces | |
AliMp | |
The namespace for mapping enums and related functions. | |
Enumerations | |
enum | AliMp::CathodType { AliMp::kCath0, AliMp::kCath1 } |
Functions | |
AliMp::CathodType | AliMp::GetCathodType (Int_t cathodNumber) |
Convert integer number in enum;. More... | |
TString | AliMp::CathodTypeName (AliMp::CathodType cathodType) |
Return name for given cathodType. More... | |
AliMp::CathodType | AliMp::OtherCathodType (AliMp::CathodType cathodType) |
Return the other cathod type. More... | |