]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliDIPO.cxx
Getter to TGeoManager
[u/mrichter/AliRoot.git] / STRUCT / AliDIPO.cxx
index a509be2ee98b5055912362a5d994fe91782461a0..e940a21edd6c14ff71361c004e7142102c5ecc99 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.4  1999/09/29 09:24:30  fca
-Introduction of the Copyright and cvs Log
-
-*/
+/* $Id$ */
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
@@ -44,6 +39,7 @@ Introduction of the Copyright and cvs Log
 
 #include "AliDIPO.h"
 #include "AliRun.h"
+#include "AliLog.h"
  
 ClassImp(AliDIPO)
  
@@ -62,9 +58,9 @@ AliDIPO::AliDIPO(const char *name, const char *title)
   //
   // Standard constructor for the Magnetic Dipole
   //
-  SetMarkerColor(7);
-  SetMarkerStyle(2);
-  SetMarkerSize(0.4);
+  //PH  SetMarkerColor(7);
+  //PH  SetMarkerStyle(2);
+  //PH  SetMarkerSize(0.4);
 }
  
 //_____________________________________________________________________________
@@ -75,7 +71,7 @@ void AliDIPO::Init()
   //
   Int_t i;
   //
-  if(fDebug) {
+  if(AliLog::GetGlobalDebugLevel()>0) {
     printf("\n%s: ",ClassName());
     for(i=0;i<35;i++) printf("*");
     printf(" DIPO_INIT ");