]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCAL.cxx
Pointer fGeom initialized
[u/mrichter/AliRoot.git] / EMCAL / AliEMCAL.cxx
index 89f47bd13fcdd01b974b67e8549867be19388193..12051e07abc88bc5944808c49bf60660a468c81d 100644 (file)
@@ -61,6 +61,7 @@ AliEMCAL::AliEMCAL(const char* name, const char* title): AliDetector(name,title)
   
   //fQATask = 0;
   fTreeQA = 0;
+  fGeom = 0;
 }
 
 //____________________________________________________________________________