X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HLT%2Fsrc%2FAliL3Defs.h;h=59f919e85c889e33c538cf05d4eec3ca3a4e9a3c;hp=5d2f7af9779e76426d9140ab0fb48fe5cdd4d017;hb=13a0c3d82e271203f7254fdd23588cdcf88e248c;hpb=95a00d93ac223c4b86b864899ed9e2b3eae26bc9 diff --git a/HLT/src/AliL3Defs.h b/HLT/src/AliL3Defs.h index 5d2f7af9779..59f919e85c8 100644 --- a/HLT/src/AliL3Defs.h +++ b/HLT/src/AliL3Defs.h @@ -7,23 +7,9 @@ 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 Int_t NRows[6][2] = {{ 0, 175},{0,0},{0,0},{0,0},{0,0},{0,0}}; const Double_t Pi = 3.14159265358979323846; const Double_t ToRad = Pi/180.; const Int_t MaxNPads = 256; const Int_t MaxNTimeBins = 512; -const Double_t BField = 0.2; -/*fRow[0][0] = 0; // first row - fRow[0][1] = 31; - fRow[1][0] = 32; - fRow[1][1] = 63; - fRow[2][0] = 64; - fRow[2][1] = 91; - fRow[3][0] = 92; - fRow[3][1] = 119; - fRow[4][0] = 120; - fRow[4][1] = 143; - fRow[5][0] = 144; - fRow[5][1] = 175; // last row*/ #endif /* _ALIL3DEFS_H_ */