]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/src/AliL3Defs.h
Cosmetic changes for the integration of doxygen
[u/mrichter/AliRoot.git] / HLT / src / AliL3Defs.h
CommitLineData
108615fc 1#ifndef _ALIL3DEFS_H_
2#define _ALIL3DEFS_H_
3
4#include "AliL3RootTypes.h"
5
2b99c1cb 6const Int_t NPatches = 6;
7const Int_t NRowsSlice = 176;
8const Int_t NRows[6][2] = {{0,31},{32,63},{64,91},{92,119},{120,143},{144,175}};
95a00d93 9const Int_t NumRows[6] = {32,32,28,28,24,32};
2b99c1cb 10//const Int_t NRows[6][2] = {{ 0, 175},{0,0},{0,0},{0,0},{0,0},{0,0}};
108615fc 11const Double_t Pi = 3.14159265358979323846;
12const Double_t ToRad = Pi/180.;
2b99c1cb 13const Int_t MaxNPads = 256;
14const Int_t MaxNTimeBins = 512;
dcb61193 15const Double_t BField = 0.2;
108615fc 16
2b99c1cb 17/*fRow[0][0] = 0; // first row
18 fRow[0][1] = 31;
19 fRow[1][0] = 32;
20 fRow[1][1] = 63;
21 fRow[2][0] = 64;
22 fRow[2][1] = 91;
23 fRow[3][0] = 92;
24 fRow[3][1] = 119;
25 fRow[4][0] = 120;
26 fRow[4][1] = 143;
27 fRow[5][0] = 144;
28 fRow[5][1] = 175; // last row*/
108615fc 29#endif /* _ALIL3DEFS_H_ */