]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/rec.C
test task to replace phi and K* analysis
[u/mrichter/AliRoot.git] / MONITOR / rec.C
index 5d8f02a3e35ea6d06985cd12f647e01fcfd80619..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,15 +19,17 @@ 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);
 
   // AliReconstruction settings
   rec.SetWriteESDfriend(kTRUE);
   rec.SetWriteAlignmentData();
   rec.SetInput(filename);
-  rec.SetRunReconstruction("ALL");
+  rec.SetRunReconstruction("ALL -PHOS -HLT");
   rec.SetUseTrackingErrorsForAlignment("ITS");
 
   // switch off cleanESD