]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/STEER/AliGeomManager.h
Adding the new detector MFT (Antonio Uras)
[u/mrichter/AliRoot.git] / STEER / STEER / AliGeomManager.h
index 63b62078af15a26e71f15bc16f9ae3d7a8711c1c..ffe5242a879016752500e8a427bf52fc473f8bd0 100644 (file)
@@ -123,7 +123,12 @@ public:
   static const char* fgLayerName[kLastLayer - kFirstLayer]; // Name of layers
   static TGeoPNEntry** fgPNEntry[kLastLayer - kFirstLayer]; // TGeoPNEntries
   static AliAlignObj** fgAlignObjs[kLastLayer - kFirstLayer]; // Alignment objects
-  static const Int_t   fgkNDetectors = 15;              // number of detectors
+//   #ifdef MFT_UPGRADE
+//   static const Int_t   fgkNDetectors = 16;              // number of detectors
+//   #else
+//   static const Int_t   fgkNDetectors = 15;              // number of detectors
+//   #endif
+  static const Int_t   fgkNDetectors = 16;              // number of detectors    // AU
   static const char *  fgkDetectorName[fgkNDetectors] ; // name of detectors
   static Int_t       fgNalignable[fgkNDetectors];