#ifndef _ALIL3DEFS_H_ #define _ALIL3DEFS_H_ #include const Int_t NRowsSlice = 174; const Int_t NRows[5][2] = {{ 0, 45},{46,77},{78,109},{110,141},{142,173}}; //const Int_t NRows[5][2] = {{ 0, 31},{46,173},{78,109},{110,141},{142,173}}; const Double_t Pi = 3.14159265358979323846; const Double_t ToRad = Pi/180.; #endif /* _ALIL3DEFS_H_ */