]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliABSO.cxx
Corrected define guard
[u/mrichter/AliRoot.git] / STRUCT / AliABSO.cxx
index b5c9cf8c833715cbbdef16411dc36cbd1716d1c9..baddc17a75427d7b5b348d37af4d54b644b1796a 100644 (file)
@@ -37,6 +37,7 @@
 ///////////////////////////////////////////////////////////////////////////////
 
 #include <TGeoGlobalMagField.h>
+#include <TArrayI.h>
 
 #include "AliABSO.h"
 #include "AliRun.h"
@@ -51,6 +52,15 @@ AliABSO::AliABSO()
   //
   // Default constructor
   //
+    for (Int_t i = 0; i < 2; i++) 
+    {
+       fNLayers[i] = 0;
+       for (Int_t j = 0; j < 15; j++) 
+       {
+           fZLayers[i][j] = 0.;
+           fMLayers[i][j] = 0;
+       }
+    }
 }
  
 //_____________________________________________________________________________
@@ -60,9 +70,15 @@ AliABSO::AliABSO(const char *name, const char *title)
   //
   // Standard constructor
   //
-  //PH  SetMarkerColor(7);
-  //PH  SetMarkerStyle(2);
-  //PH  SetMarkerSize(0.4);
+    for (Int_t i = 0; i < 2; i++) 
+    {
+       fNLayers[i] = 0;
+       for (Int_t j = 0; j < 15; j++) 
+       {
+           fZLayers[i][j] = 0.;
+           fMLayers[i][j] = 0;
+       }
+    }
 }
  
 //_____________________________________________________________________________
@@ -73,15 +89,6 @@ void AliABSO::CreateGeometry()
   //
 }
 
-//_____________________________________________________________________________
-void AliABSO::DrawModule() const
-{
-  //
-  // Draw a shaded view of the muon absorber
-  //
-}
-
-
 //_____________________________________________________________________________
 void AliABSO::CreateMaterials()
 {