X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=ITS%2FConfigSPD02.C;h=5d071c9a754853cab1ea71b45a7f936e308c9ef1;hp=efa93418d14151fc2efb14e586c03090688c9864;hb=f5a857b2e0246b9c09129323ca68f260bee7ebb2;hpb=2d7933c7f97416fa0d50619854d2f62969b25c43 diff --git a/ITS/ConfigSPD02.C b/ITS/ConfigSPD02.C index efa93418d14..5d071c9a754 100644 --- a/ITS/ConfigSPD02.C +++ b/ITS/ConfigSPD02.C @@ -37,7 +37,7 @@ void Config(){ new TGeant3("C++ Interface to Geant3"); AliRunLoader *rl = 0; rl = AliRunLoader::Open("galice.root", - AliConfig::fgkDefaultEventFolderName,"recreate"); + AliConfig::GetDefaultEventFolderName(),"recreate"); if (rl == 0x0){ gAlice->Fatal("Config.C","Can not instatiate the Run Loader"); return;