]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/cosmic/rec.C
coding convention for type (_t) and access of reference data from alien OCDB
[u/mrichter/AliRoot.git] / test / cosmic / rec.C
index af1d2bc128952b479da3b482eae242b363efd831..124bc78f8d459ea6c0f1f164662584a4c6de61e4 100644 (file)
@@ -140,8 +140,8 @@ void rec(Int_t runNumber = 0, const char* year = "08", const char *localFileName
   //  rec.SetRunLocalReconstruction("ALL");\r
   //  rec.SetRunTracking("ALL");\r
   //  rec.SetFillESD("ALL");\r
-  // Disable vertex finder for the moment\r
-  rec.SetRunVertexFinder(kFALSE);\r
+  // Enable vertex finder - it is needed for cosmic track reco\r
+  rec.SetRunVertexFinder(kTRUE);\r
 \r
   // To be enabled if some equipment IDs are not set correctly by DAQ\r
   //  rec.SetEquipmentIdMap("EquipmentIdMap.data");\r
@@ -151,6 +151,7 @@ void rec(Int_t runNumber = 0, const char* year = "08", const char *localFileName
   rec.SetOption("MUON","SAVEDIGITS");\r
   rec.SetOption("TPC","OldRCUFormat");\r
   rec.SetOption("PHOS","OldRCUFormat");\r
+  rec.SetOption("T0","cosmic");\r
 \r
   // To be enabled when CTP readout starts\r
   rec.SetFillTriggerESD(kFALSE);\r