]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changed the test on GetTile in Init
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Jan 2002 10:38:28 +0000 (10:38 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Jan 2002 10:38:28 +0000 (10:38 +0000)
PHOS/AliPHOSDigitizer.cxx

index 6f849eeb9d93bd687ed4e1e2c3a3ff99d73b249b..5df861ab932ff4d51e4a37ae3dd2c485d63871ab 100644 (file)
@@ -510,7 +510,7 @@ Bool_t AliPHOSDigitizer::Init()
     
   if(fManager)
     SetTitle("aliroot") ;
-  else if (!GetTitle()
+  else if (strcmp(GetTitle(),"")==0
    SetTitle("galice.root") ;
 
   if( strcmp(GetName(), "") == 0 )