From 519975fef53e6a0112169612fcba197a01ba45e8 Mon Sep 17 00:00:00 2001 From: cvetan Date: Thu, 4 Dec 2008 11:42:38 +0000 Subject: [PATCH] Fix that should go with the last commit in EVE --- STEER/AliReconstruction.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STEER/AliReconstruction.cxx b/STEER/AliReconstruction.cxx index 1f7988c9f2d..39cbecaaf76 100644 --- a/STEER/AliReconstruction.cxx +++ b/STEER/AliReconstruction.cxx @@ -2879,7 +2879,7 @@ void AliReconstruction::RunAliEVE() // successful initialization of AliEVE. AliInfo("Running AliEVE..."); - gROOT->ProcessLine(Form("AliEveEventManager::GetMaster()->SetEvent((AliRunLoader*)0x%lx,(AliRawReader*)0x%lx,(AliESDEvent*)0x%lx);",fRunLoader,fRawReader,fesd)); + gROOT->ProcessLine(Form("AliEveEventManager::GetMaster()->SetEvent((AliRunLoader*)0x%lx,(AliRawReader*)0x%lx,(AliESDEvent*)0x%lx,(AliESDfriend*)0x%lx);",fRunLoader,fRawReader,fesd,fesdf)); gSystem->Run(); } -- 2.43.0