#ifndef _ALIL3DEFS_H_ #define _ALIL3DEFS_H_ #include "AliL3RootTypes.h" //const Int_t NRows[5][2] = {{ 0, 45},{46,77},{78,109},{110,141},{142,175}}; const Double_t Pi = 3.14159265358979323846; const Double_t ToRad = Pi/180.; const Double_t BField = 0.4; #endif /* _ALIL3DEFS_H_ */