]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix that should go with the last commit in EVE
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Dec 2008 11:42:38 +0000 (11:42 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 4 Dec 2008 11:42:38 +0000 (11:42 +0000)
STEER/AliReconstruction.cxx

index 1f7988c9f2deee6ee10ce8397673b5727408b47f..39cbecaaf767e0160c836079dec44a5a41ea7584 100644 (file)
@@ -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();
 }