]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Use GetDefaultEventFolderName() instead of AliConfig::fgkDefaultEventFolderName
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 22 Mar 2004 14:22:34 +0000 (14:22 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 22 Mar 2004 14:22:34 +0000 (14:22 +0000)
TFluka/macro/FlukaConfig.C

index 4df3729fa8f718ede45286856825b80525f4a602..8798f8af90dba6e528b494e35ab1453b7d65277e 100644 (file)
@@ -77,8 +77,8 @@ void Config()
                                                                                 
   cout<<"Config.C: Creating Run Loader ..."<<endl;
   rl = AliRunLoader::Open("galice.root",
-                          AliConfig::fgkDefaultEventFolderName,
-                          "recreate");
+                           AliConfig::GetDefaultEventFolderName(),
+                           "recreate");
   if (rl == 0x0)
     {
       gAlice->Fatal("Config.C","Can not instatiate the Run Loader");