#include <AliFMDAltroMapping.h>
The hardware address consist of a DDL number and 12bits of ALTRO addresses. The ALTRO address are formatted as follows.
12 7 4 0 |---------------|---------|------------| | Board # | ALTRO # | Channel # | +---------------+---------+------------+
Definition at line 36 of file AliFMDAltroMapping.h.
Public Member Functions | |
AliFMDAltroMapping () | |
Bool_t | Hardware2Detector (UInt_t ddl, UInt_t hwaddr, UShort_t &det, Char_t &ring, UShort_t &sec, UShort_t &str) const |
Bool_t | Detector2Hardware (UShort_t det, Char_t ring, UShort_t sec, UShort_t str, UInt_t &ddl, UInt_t &hwaddr) const |
Int_t | GetHWAdress (Int_t sector, Int_t str, Int_t ring) const |
Int_t | GetHWAddress (Int_t sector, Int_t str, Int_t ring) const |
Int_t | GetPadRow (Int_t hwaddr) const |
Int_t | GetPad (Int_t hwaddr) const |
Int_t | GetSector (Int_t hwaddr) const |
Protected Member Functions | |
virtual Bool_t | ReadMapping () |
virtual void | DeleteMappingArrays () |
|
Constructor |
|
Clear map in memory |
|
Map a detector index into a hardware address.
|
|
convert a partial detector index into a hardware address
|
|
Here to take care of a a misspelling in base class
Definition at line 68 of file AliFMDAltroMapping.h. |
|
Get the pad (or strip) corresponding to hardware address
|
|
Get the pad-row (or sector) corresponding to hardware address
|
|
Get the sector (or ring) corresponding to hardware address
|
|
Map a hardware address into a detector index.
|
|
Read map from file - not used
|