]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliCaloConstants.h
correct mask for V0 charge decoding in STU payload
[u/mrichter/AliRoot.git] / EMCAL / AliCaloConstants.h
index ac3d07755cd4aec740a58d46d2a40044e2982471..be71ce1e42d4b4ae36df06ac769d311537cc672a 100644 (file)
@@ -66,9 +66,10 @@ namespace CaloConstants
   namespace EMCALConstants
   {
     const int MAXHWADDR = 3279;
+    const int MAXCHANNELS = 1408;
     const double ECENTRALHIT = 0.845678; //Percentage of total enegry contain in a single tower for a central hit  
-    const int NZROWSMOD      =  24;   // Number of rows per module
-    const int NXCOLUMNSMOD   =  48;   // Number of columns per module 
+    const int NZROWSMOD      =  48;   // Number of columns per module
+    const int NXCOLUMNSMOD   =  24;   // Number of rows per module 
     const int NROWSMOD     = NZROWSMOD;   // Number of rows per module
     const int NCOLUMNSMOD  = NXCOLUMNSMOD;   // Number of columns per module