![]() |
AliRoot Core
ee782a0 (ee782a0)
|
![]() |
Classes | |
class | AliMpArea |
A rectangle area positioned in plane.. More... | |
class | AliMpConstants |
Globally used constants definition. More... | |
class | AliMpDataMap |
TObject class containing a map of strings to strings. More... | |
class | AliMpDataProcessor |
Class for converting ASCII data files in the map of string. More... | |
class | AliMpDataStreams |
Mapping data streams provider. More... | |
class | AliMpFiles |
Class for generating file names and paths. More... | |
class | AliMpPad |
Class which encapsuate all information about a pad. More... | |
class | AliMpVIndexed |
Base class that defines the limits of global pad indices. More... | |
class | AliMpVPadIterator |
An interface for an iterator over pads. More... | |
class | AliMpVSegmentation |
The abstract base class for the segmentation. More... | |
Enumerations | |
enum | AliMp::CathodType { AliMp::kCath0, AliMp::kCath1 } |
enum | AliMp::Direction { AliMp::kX, AliMp::kY } |
enum | AliMp::PlaneType { AliMp::kBendingPlane, AliMp::kNonBendingPlane } |
enum | AliMq::Station12Type { AliMq::kStation1, AliMq::kStation2, AliMq::kNotSt12 } |
enum | AliMp::StationType { AliMp::kStation12, AliMp::kStation345, AliMp::kStationTrigger } |
enum | AliMp::XDirection { AliMp::kLeft, AliMp::kRight } |
Category of basic classes in mapping
enum AliMp::CathodType |
Enumeration for refering to cath0 and cath1.
Enumerator | |
---|---|
kCath0 |
cathod 0 |
kCath1 |
cathod 1 |
Definition at line 21 of file AliMpCathodType.h.
enum AliMp::Direction |
Enumeration for the directions in a plane.
Enumerator | |
---|---|
kX |
direction in x |
kY |
direction in y |
Definition at line 18 of file AliMpDirection.h.
enum AliMp::PlaneType |
Enumeration for refering to bending and non-bending planes.
Enumerator | |
---|---|
kBendingPlane |
bending plane |
kNonBendingPlane |
non-bending plane |
Definition at line 20 of file AliMpPlaneType.h.
enum AliMq::Station12Type |
Enumeration for refering to a MUON station12. It is defined in a different namespace than StationType in order to prevent from unwanted mixing of both types in switch command.
Enumerator | |
---|---|
kStation1 |
station 1 |
kStation2 |
station 2 |
kNotSt12 |
value for all non sector stations |
Definition at line 22 of file AliMpStation12Type.h.
enum AliMp::StationType |
Enumeration for refering to a MUON station
Enumerator | |
---|---|
kStation12 |
station 1,2 (quadrants) |
kStation345 |
station 3,4,5 (slats) |
kStationTrigger |
trigger stations (slats) |
Definition at line 20 of file AliMpStationType.h.
enum AliMp::XDirection |
Enumeration for the directions in a plane.
Enumerator | |
---|---|
kLeft |
special row segments built from right to left |
kRight |
special row segments built from left to right |
Definition at line 18 of file AliMpXDirection.h.