]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added to constants
authorvestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 26 Jul 2001 13:22:17 +0000 (13:22 +0000)
committervestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 26 Jul 2001 13:22:17 +0000 (13:22 +0000)
HLT/hough/AliL3Defs.h

index a59c4c5525c9bfc295dfc2686081a58625db2f48..7f94ea9266452ebdc4fd139c2d4975617586a00e 100644 (file)
@@ -8,6 +8,7 @@ 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.;
-
+const Int_t MaxNPads = 256;
+const Int_t MaxNTimeBins = 512;
 
 #endif /* _ALIL3DEFS_H_ */