]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCAL.cxx
removed a cout
[u/mrichter/AliRoot.git] / EMCAL / AliEMCAL.cxx
index 49447c57d7f637162bf3016525a0c4af1e46b443..4df72f1984357c5871cb9f4ba9808330682b5f17 100644 (file)
@@ -53,7 +53,7 @@ AliEMCAL::AliEMCAL(const char* name, const char* title): AliDetector(name,title)
   // ctor : title is used to identify the layout
   
   // gets an instance of the geometry parameters class  
-  
   if (strcmp(GetTitle(),"") != 0 ) 
     fGeom =  AliEMCALGeometry::GetInstance(GetTitle(), "") ; 
 }