]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/src/AliL3Defs.h
Get the Bfield from AliL3Transform
[u/mrichter/AliRoot.git] / HLT / src / AliL3Defs.h
index e2fef9ddc2d7ce7a020ab10733f0745cb4707c31..59f919e85c889e33c538cf05d4eec3ca3a4e9a3c 100644 (file)
@@ -3,9 +3,13 @@
 
 #include "AliL3RootTypes.h"
 
-//const Int_t NRows[5][2] = {{ 0, 45},{46,77},{78,109},{110,141},{142,175}};
+const Int_t NPatches = 6;
+const Int_t NRowsSlice = 176;
+const Int_t NRows[6][2] = {{0,31},{32,63},{64,91},{92,119},{120,143},{144,175}};
+const Int_t NumRows[6] = {32,32,28,28,24,32};
 const Double_t Pi = 3.14159265358979323846;
 const Double_t ToRad = Pi/180.;
-const Double_t BField = 0.4;
+const Int_t MaxNPads = 256;
+const Int_t MaxNTimeBins = 512;
 
 #endif /* _ALIL3DEFS_H_ */