X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STEER%2FAliLoader.cxx;h=e992699e3171a94b72da6d69067edc43d008959d;hb=6588e80c7271e619fa8f834560031a7b7e81e526;hp=e719d63c21aafb6af368326e8bc86b59d0ed204c;hpb=44ce6bbe7bd3d0907578777227bea6e8db483261;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliLoader.cxx b/STEER/AliLoader.cxx index e719d63c21a..e992699e317 100644 --- a/STEER/AliLoader.cxx +++ b/STEER/AliLoader.cxx @@ -7,7 +7,7 @@ //Author: Alice Offline Group http://alisoft.cern.ch //Responsible: Piotr.Skowronski@cern.ch // -#include +#include "AliLoader.h" //Root includes #include @@ -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)