]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliABSO.cxx
Fix logic of the PID cut
[u/mrichter/AliRoot.git] / STRUCT / AliABSO.cxx
index b5c9cf8c833715cbbdef16411dc36cbd1716d1c9..419beed9f8e1f12193191cf2e4c5f553be9bce27 100644 (file)
@@ -51,6 +51,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 +69,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 +88,6 @@ void AliABSO::CreateGeometry()
   //
 }
 
-//_____________________________________________________________________________
-void AliABSO::DrawModule() const
-{
-  //
-  // Draw a shaded view of the muon absorber
-  //
-}
-
-
 //_____________________________________________________________________________
 void AliABSO::CreateMaterials()
 {