]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Additional protection in case of partial geometry
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Jun 2008 14:53:29 +0000 (14:53 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 2 Jun 2008 14:53:29 +0000 (14:53 +0000)
TRD/AliTRDgeometry.cxx

index 8401e7e993143021ca047ec49a9364f5f15f8c5a..056f02d90696125f625d5c030ac34d549f655c38 100644 (file)
@@ -2845,6 +2845,9 @@ Bool_t AliTRDgeometry::CreateClusterMatrixArray()
       if (pne) {
         path = pne->GetTitle();
       }
+      else {
+       continue;
+      }
       if (!strstr(path,"ALIC")) {
         AliDebug(1,Form("Not a valid path: %s\n",path));
         continue;