#include <AliFMDUShortMap.h>
Definition at line 16 of file AliFMDUShortMap.h.
Public Member Functions | |
AliFMDUShortMap (const AliFMDUShortMap &other) | |
AliFMDUShortMap (size_t maxDet=kMaxDetectors, size_t maxRing=kMaxRings, size_t maxSec=kMaxSectors, size_t maxStr=kMaxStrips) | |
virtual | ~AliFMDUShortMap () |
AliFMDUShortMap & | operator= (const AliFMDUShortMap &other) |
virtual void | Reset (const UShort_t &val=UShort_t()) |
virtual UShort_t & | operator() (UShort_t detector, Char_t ring, UShort_t sector, UShort_t strip) |
virtual const UShort_t & | operator() (UShort_t detector, Char_t ring, UShort_t sector, UShort_t strip) const |
Protected Attributes | |
size_t | fTotal |
UShort_t * | fData |
|
Copy constructor
|
|
Constructor
|
|
Destructor Definition at line 32 of file AliFMDUShortMap.h. |
|
Access operator
|
|
Access operator
|
|
Assignment operator
|
|
Reset to value
|
|
Definition at line 62 of file AliFMDUShortMap.h. |
|
Definition at line 61 of file AliFMDUShortMap.h. |