]> git.uio.no Git - u/mrichter/AliRoot.git/blame - HLT/hough/AliL3Defs.h
29-jun-2001 NvE TrackCopy mode introduced in AliJet.
[u/mrichter/AliRoot.git] / HLT / hough / AliL3Defs.h
CommitLineData
4de874d1 1#ifndef _ALIL3DEFS_H_
2#define _ALIL3DEFS_H_
3
4#include <Rtypes.h>
5
6const Int_t NRowsSlice = 174;
7const Int_t NRows[5][2] = {{ 0, 45},{46,77},{78,109},{110,141},{142,173}};
52a2a604 8//const Int_t NRows[5][2] = {{ 0, 31},{46,173},{78,109},{110,141},{142,173}};
4de874d1 9const Double_t Pi = 3.14159265358979323846;
10const Double_t ToRad = Pi/180.;
11
12
13#endif /* _ALIL3DEFS_H_ */