4 #include "AliL3RootTypes.h"
6 const Int_t NPatches = 6;
7 const Int_t NRowsSlice = 176;
8 const Int_t NRows[6][2] = {{0,31},{32,63},{64,91},{92,119},{120,143},{144,175}};
9 //const Int_t NRows[6][2] = {{ 0, 175},{0,0},{0,0},{0,0},{0,0},{0,0}};
10 const Double_t Pi = 3.14159265358979323846;
11 const Double_t ToRad = Pi/180.;
12 const Int_t MaxNPads = 256;
13 const Int_t MaxNTimeBins = 512;
14 const Double_t BField = 0.2;
16 /*fRow[0][0] = 0; // first row
27 fRow[5][1] = 175; // last row*/
28 #endif /* _ALIL3DEFS_H_ */