From 1b8db7f0f22357885d91388c7129ea341665561d Mon Sep 17 00:00:00 2001 From: hristov Date: Thu, 7 Feb 2008 17:33:47 +0000 Subject: [PATCH] Fix for copy/paste error --- STEER/AliSimulation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STEER/AliSimulation.h b/STEER/AliSimulation.h index 56874fa51f2..74399354e24 100644 --- a/STEER/AliSimulation.h +++ b/STEER/AliSimulation.h @@ -94,7 +94,7 @@ public: Bool_t selrawdata = kFALSE); virtual Bool_t WriteRawFiles(const char* detectors = "ALL"); virtual Bool_t ConvertRawFilesToDate(const char* dateFileName = "raw.date", - const char* dateFileName = ""); + const char* rootFileName = ""); virtual Bool_t ConvertDateToRoot(const char* dateFileName = "raw.date", const char* rootFileName = "raw.root"); virtual Bool_t ConvertRaw2SDigits(const char* rawDirectory, const char* esdFile = ""); -- 2.43.0