removed a cout
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 Jun 2001 11:10:05 +0000 (11:10 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 11 Jun 2001 11:10:05 +0000 (11:10 +0000)
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(), "") ; 
 }