]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliLoader.cxx
Use default errors in case the vertexer didn't find any
[u/mrichter/AliRoot.git] / STEER / AliLoader.cxx
index e719d63c21aafb6af368326e8bc86b59d0ed204c..e992699e3171a94b72da6d69067edc43d008959d 100644 (file)
@@ -7,7 +7,7 @@
 //Author: Alice Offline Group http://alisoft.cern.ch
 //Responsible: Piotr.Skowronski@cern.ch
 //
-#include <AliLoader.h>
+#include "AliLoader.h"
 
 //Root includes
 #include <TROOT.h>
@@ -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()
-{
-  AliFatalClass("Don't use this method any more, use AliDebug instead");
-  return AliDebugLevelClass();
-}
 /*****************************************************************************/ 
 
 void AliLoader::SetDebug(Int_t deb)