]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALGeometry.h
Fixes to have in 2012 geometry configuration the last 2 SM, one third of the size...
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALGeometry.h
index 927a04a8fbea4a00fd2b52b7533d2405a3895d3b..826b678c39cfac45450c1a854f2f0978d1c3cee8 100644 (file)
@@ -28,7 +28,7 @@ class TParticle ;
 #include "AliEMCALEMCGeometry.h"
 #include "AliEMCALGeoParams.h"
 class AliEMCALShishKebabTrd1Module;
-#include "AliLog.h" // CV 
+class AliLog;
 
 class AliEMCALGeometry : public TNamed {
 
@@ -201,7 +201,8 @@ public:
   Int_t   GetSuperModuleNumber(Int_t absId)  const;
   Int_t   GetNumberOfModuleInPhiDirection(Int_t nSupMod)  const
   { 
-    if(fKey110DEG == 1 && nSupMod>=10) return fNPhi/2;
+    if(fKey110DEG == 1 && nSupMod>=10 && !fGeoName.Contains("12SMV1")) return fNPhi/2;
+    else if(fKey110DEG == 1 && nSupMod>=10 && fGeoName.Contains("12SMV1")) return fNPhi/3;
     else                               return fNPhi;
   } 
   // From cell indexes to abs cell id