]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/Reconstruct.C
Various small fixes. Make sure Emacs knows it's C++ mode, and the like.
[u/mrichter/AliRoot.git] / FMD / Reconstruct.C
index 20da3c4accaa68eb0e577ef3cd4d7838dbb27d9b..4f6cfbbb284a9107a98a9911fee33ca6db376fc6 100644 (file)
 void 
 Reconstruct()
 {
+  AliLog::SetModuleDebugLevel("FMD", 2);
   AliReconstruction rec;   
   rec.SetRunLocalReconstruction("FMD");
   rec.SetRunVertexFinder(kFALSE);
-  // rec.SetRunTracking(kFALSE); 
+  rec.SetRunTracking(""); 
   rec.SetFillESD("FMD"); 
-  rec.SetInput("./");
+  // rec.SetInput("./");
   rec.Run(); 
 }