]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/rec.C
ALIROOT-5488 Remove build/include from the include directories
[u/mrichter/AliRoot.git] / MONITOR / rec.C
index 2ee892e65829749d49b4e8634091e8916fc76dd7..fc2211e4af70281c3787c120fe8d8f0df33cbbff 100644 (file)
@@ -5,6 +5,7 @@ void rec(const char *filename="raw.root")
   // Script for the online reconstruction/visualization
   //
   /////////////////////////////////////////////////////////////////////////////////////////
+  AliTPCRecoParam::SetUseTimeCalibration(kFALSE);
 
   // Setting CDB
   AliCDBManager * man = AliCDBManager::Instance();
@@ -18,7 +19,8 @@ void rec(const char *filename="raw.root")
   AliReconstruction rec;
 
   // QA options
-  rec.SetRunQA(":") ;
+  
+  rec.SetRunQA(":");
   rec.SetRunGlobalQA(kFALSE);
   rec.SetQARefDefaultStorage("local://$ALICE_ROOT/QAref") ;
   rec.SetRunPlaneEff(kTRUE);
@@ -27,7 +29,7 @@ void rec(const char *filename="raw.root")
   rec.SetWriteESDfriend(kTRUE);
   rec.SetWriteAlignmentData();
   rec.SetInput(filename);
-  rec.SetRunReconstruction("ALL");
+  rec.SetRunReconstruction("ALL -PHOS -HLT");
   rec.SetUseTrackingErrorsForAlignment("ITS");
 
   // switch off cleanESD