]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliLoader.cxx
Typo fixed.
[u/mrichter/AliRoot.git] / STEER / AliLoader.cxx
index b68518dde4a8537499cc1c3d7aa5c4dbe2eea2c8..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()))