]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALGeoParams.h
Adding TOF calib task for calibration of problematic channels
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALGeoParams.h
index a84f389ab2c03b4368728566aa08ec81b3ace2f5..70673400aecd9afa3eaaff6a52d1321eb87e65fb 100644 (file)
@@ -27,7 +27,7 @@ public:
     { return ( (iSM%2==0) ? iCol/2 : AliEMCALGeoParams::fgkEMCALLEDRefs - 1 - iCol/2 ); }
 
   // also a few readout related variables:
-  static const int fgkLastAltroDDL     = 39;   // 0..23 (i.e. 24) for EMCAL; 24..39 (i.e. 16) allocated for DCAL 
+  static const int fgkLastAltroDDL     = 43;   // 0..23 (i.e. 24) for EMCAL; 24..39 (i.e. 16) allocated for DCAL
   static const int fgkSampleMax        = 1023; // highest possible sample value (10-bit = 0x3ff)
   static const int fgkOverflowCut      = 950;  // saturation starts around here; also exist as private constant in AliEMCALRawUtils, should probably be replaced
   static const int fgkSampleMin        = 0;    // lowest possible sample value 
@@ -92,7 +92,7 @@ public:
   }
 
   */
-
+  
 };
 
 #endif