]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Little bugfix.
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Aug 2002 08:38:04 +0000 (08:38 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Aug 2002 08:38:04 +0000 (08:38 +0000)
HLT/exa/Binary.C

index 649a775a8f93c4d1ae12f4492fb098de0c684c59..4a07549785658a2b322bffbdbf33bb9b8c565612 100644 (file)
@@ -28,7 +28,7 @@ Binary(char* in,int first, int last,char *path=".",Bool_t sp=kFALSE){
 
   for(int slice=first; slice<=last; slice++){
     for(int patch=0;patch<npatch;patch++){
-      cerr<<"reading slice: "<<slice<<" patch: "<<patch<<" and storing to: "<<path<<"digits_"<<slice<<"_"<<patch<<".raw"<<endl;
+      cerr<<"reading slice: "<<slice<<" patch: "<<patch<<" and storing to: "<<path<<"/digits_"<<slice<<"_"<<patch<<".raw"<<endl;
       fFileHandler->Free();
       fFileHandler->Init(slice,patch);      
       sprintf(name,"%s/digits_%d_%d.raw",path,slice,patch);