]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/hough/AliL3Defs.h
c9bfdf052e5414dc684dea2c52d197116d792901
[u/mrichter/AliRoot.git] / HLT / hough / AliL3Defs.h
1 #ifndef _ALIL3DEFS_H_
2 #define _ALIL3DEFS_H_
3
4 #include <Rtypes.h>
5
6 const Int_t NRowsSlice = 174;
7 const Int_t NRows[5][2] = {{ 0, 45},{46,77},{78,109},{110,141},{142,173}};
8 const Double_t Pi = 3.14159265358979323846;
9 const Double_t ToRad = Pi/180.;
10
11
12 #endif /* _ALIL3DEFS_H_ */