X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STRUCT%2FAliDIPO.cxx;h=e940a21edd6c14ff71361c004e7142102c5ecc99;hb=c64cb1f6cd31fa3ab76e0e1c702572a3bcc8528f;hp=09ed4d6b7e704c5abe09300c0f09fdf667351645;hpb=eeacf08b243d5ef04d04ed32ad046c1926283d48;p=u%2Fmrichter%2FAliRoot.git diff --git a/STRUCT/AliDIPO.cxx b/STRUCT/AliDIPO.cxx index 09ed4d6b7e7..e940a21edd6 100644 --- a/STRUCT/AliDIPO.cxx +++ b/STRUCT/AliDIPO.cxx @@ -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 ");