]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/ConfigBeautyPPR.C
Using getter instead of global constant
[u/mrichter/AliRoot.git] / macros / ConfigBeautyPPR.C
index 4eb635af8ed4cac6f3cf9668ddd62b9b2ac11d49..f27179cfddbb8b4c3e3c7ea4bfd1ed459ffb27a4 100644 (file)
@@ -65,7 +65,7 @@ void Config()
 
   cout<<"Config.C: Creating Run Loader ..."<<endl;
   rl = AliRunLoader::Open("galice.root",
-                         AliConfig::fgkDefaultEventFolderName,
+                         AliConfig::GetDefaultEventFolderName(),
                          "recreate");
   if (rl == 0x0)
     {