]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliLoader.cxx
Correct overloading of virtual functions in the derived classes (icc)
[u/mrichter/AliRoot.git] / STEER / AliLoader.cxx
index daf6734c621adf847f9598ddf565daf3cf12213e..077b1aa74763d30cd8f5651c2452fba19aff2a66 100644 (file)
@@ -831,7 +831,7 @@ Bool_t  AliLoader::TestFileOption(Option_t* opt)
 /*****************************************************************************/ 
 void  AliLoader::SetDirName(TString& dirname)
 {
-//adds "dirname/" to each file 
+//adds "dirname" to each file. Dirname should end with "#","/", or ":" 
   TIter next(fDataLoaders);
   AliDataLoader* dl;
   while((dl = (AliDataLoader*)next()))
@@ -899,13 +899,7 @@ Bool_t AliLoader::IsOptionWritable(const TString& opt)
   if (opt.CompareTo("update",TString::kIgnoreCase)) return kTRUE;
   return kFALSE;
 }
-/*****************************************************************************/ 
 
-Int_t AliLoader::GetDebug()
-{
-  AliWarningClass("Don't use this method any more, use AliDebug instead");
-  return AliDebugLevelClass();
-}
 /*****************************************************************************/ 
 
 void AliLoader::SetDebug(Int_t deb)