]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALReconstructor.cxx
Adding directory with the production requests
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALReconstructor.cxx
index 759a7634f8f41b80299ccd0b1e5f863e22d79a66..9340c820b83af8e3775a0080787ddf0fd5512685 100644 (file)
@@ -74,7 +74,7 @@ AliEMCALReconstructor::AliEMCALReconstructor()
 
   //To make sure we match with the geometry in a simulation file,
   //let's try to get it first.  If not, take the default geometry
-  AliRunLoader *rl = AliRunLoader::GetRunLoader();
+  AliRunLoader *rl = AliRunLoader::Instance();
   if (rl->GetAliRun() && rl->GetAliRun()->GetDetector("EMCAL")) {
     fGeom = dynamic_cast<AliEMCAL*>(rl->GetAliRun()->GetDetector("EMCAL"))->GetGeometry();
   } else {