]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
un comment the untar command
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 May 2007 08:00:11 +0000 (08:00 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 4 May 2007 08:00:11 +0000 (08:00 +0000)
ESDCheck/ana.C

index 457bdcda77fe85c793a33a388923cfa214710c25..acbfc23bf1cd51524641dd5547ae8fae82578ed8 100644 (file)
@@ -14,7 +14,7 @@ Bool_t LoadLib( const char* pararchivename)
   if (pararchivename) {
     char processline[1024];
     sprintf(processline,".! tar xvzf %s.par",pararchivename);
-    //gROOT->ProcessLine(processline);
+    gROOT->ProcessLine(processline);
     gSystem->ChangeDirectory(pararchivename);
 
     // check for BUILD.sh and execute