]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/AliDIPO.cxx
Coding convetion violations fixed.
[u/mrichter/AliRoot.git] / STRUCT / AliDIPO.cxx
index 09ed4d6b7e704c5abe09300c0f09fdf667351645..e940a21edd6c14ff71361c004e7142102c5ecc99 100644 (file)
@@ -39,6 +39,7 @@
 
 #include "AliDIPO.h"
 #include "AliRun.h"
+#include "AliLog.h"
  
 ClassImp(AliDIPO)
  
@@ -57,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);
 }
  
 //_____________________________________________________________________________
@@ -70,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 ");