From 591f51bb3032312d9ad393b38b5f055c365b5134 Mon Sep 17 00:00:00 2001 From: hristov Date: Thu, 9 Jun 2005 10:55:59 +0000 Subject: [PATCH] Temporary fix for hits to digits conversion --- STEER/AliSimulation.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/STEER/AliSimulation.cxx b/STEER/AliSimulation.cxx index ffc9cf7db31..1541807b308 100644 --- a/STEER/AliSimulation.cxx +++ b/STEER/AliSimulation.cxx @@ -522,7 +522,7 @@ Bool_t AliSimulation::RunHitsDigitization(const char* detectors) TStopwatch stopwatch; stopwatch.Start(); - AliRunLoader* runLoader = LoadRun(); + AliRunLoader* runLoader = LoadRun("READ"); if (!runLoader) return kFALSE; TString detStr = detectors; @@ -542,7 +542,9 @@ Bool_t AliSimulation::RunHitsDigitization(const char* detectors) if (fStopOnError) return kFALSE; } - delete runLoader; + //PH delete runLoader; + //PH Temporary fix to avoid interference with the PHOS loder/getter + //PH The problem has to be solved in more general way 09/06/05 AliInfo("execution time:"); StdoutToAliInfo(stopwatch.Print();); -- 2.39.3