X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EMCAL%2FAliEMCAL.cxx;h=4df72f1984357c5871cb9f4ba9808330682b5f17;hb=bdeb3a810446ab4a969df68e0294c80e74187a40;hp=49447c57d7f637162bf3016525a0c4af1e46b443;hpb=2012850d9d6762abeef1d68d3a2049459a48501a;p=u%2Fmrichter%2FAliRoot.git diff --git a/EMCAL/AliEMCAL.cxx b/EMCAL/AliEMCAL.cxx index 49447c57d7f..4df72f19843 100644 --- a/EMCAL/AliEMCAL.cxx +++ b/EMCAL/AliEMCAL.cxx @@ -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(), "") ; }