]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/PHOS/AliHLTPHOSCommonDefs.h
The AliHLTPHOSPeakfinder class was made as a derived class of a HLT component
[u/mrichter/AliRoot.git] / HLT / PHOS / AliHLTPHOSCommonDefs.h
CommitLineData
46072fbe 1#ifndef ALIPHOSCOMMONDEFS_H
2#define ALIPHOSCOMMONDEFS_H
3
4//Hardware constants
5#define PHOS_RCUS 4 /**<Number of RCUs per Module*/
6#define PHOS_BRANCHES 2 /**<Number of branches per RCU*/
7#define PHOS_FEECS 14 /**<Number of Frontend cards per branch*/
8#define PHOS_ALTROS 4 /**<Number of ALTROs per frontend card*/
9#define PHOS_ALTROCHANNELS 16 /**<Number of readout channles per ALTRO*/
10
11//Geometry constants
12#define PHOS_MODULES 5 /**<Number of modules of the PHOS detector*/
13#define PHOS_ROWS 64 /**<Number of rows per module*/
14#define PHOS_COLUMNS 56 /**<Number of columns per module*/
15#define PHOS_GAINS 2 /**<Number of gains per ALTRO channel*/
16
17#endif