]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDclusterizer.cxx
Coding conventions (F.Carminati)
[u/mrichter/AliRoot.git] / TRD / AliTRDclusterizer.cxx
index 171a1368488c07a2993df5728b4de1ac7801e878..d04fb07aede739ffa45a70e8d22f9dc5a3707b1e 100644 (file)
@@ -120,7 +120,7 @@ Bool_t AliTRDclusterizer::Open(const Char_t *name, Int_t nEvent)
   //
   // Opens the AliROOT file. Output and input are in the same file
   //
-  TString evfoldname = AliConfig::fgkDefaultEventFolderName;
+  TString evfoldname = AliConfig::GetDefaultEventFolderName();
   fRunLoader = AliRunLoader::GetRunLoader(evfoldname);
   if (!fRunLoader)
     fRunLoader = AliRunLoader::Open(name);