]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Duplication of target AliPHOSTick.cxx removed
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Oct 2001 13:36:25 +0000 (13:36 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 9 Oct 2001 13:36:25 +0000 (13:36 +0000)
PHOS/Makefile
PHOS/testsimglobal.C

index ddbc7337d98c2e029bc6ffc1786404d53260c60c..19431febf1b6b7120384f8ba3402cd2de28ef54d 100644 (file)
@@ -12,7 +12,7 @@ PACKAGE = PHOS
 SRCS          =  AliPHOS.cxx AliPHOSv0.cxx AliPHOSv1.cxx \
                  AliPHOSvFast.cxx AliPHOSvImpacts.cxx \
                  AliPHOSImpact.cxx \
-                 AliPHOSHit.cxx AliPHOSTick.cxx\
+                 AliPHOSHit.cxx \
                  AliPHOSGeometry.cxx \
                 AliPHOSEMCAGeometry.cxx \
                 AliPHOSCPVGeometry.cxx AliPHOSCPVBaseGeometry.cxx \
index 2901f4e97d2b5c5b5b0d41e869f655d3217dd304..608d7b7cdfaa40212ea1f9636113b0e4a1894bd3 100644 (file)
@@ -160,13 +160,13 @@ Bool_t sim_exam()
     
     if (ratiohmb[i] > maxAlaHitsMB){
       error = kTRUE ;
-      mess = "Examination detected an error in " + TString(namemul) ;
+      mess = "Examination detected an error in " + TString((const char *)namemul) ;
       write_info(mess) ;
     }
     
     if (ratioenb[i] > maxAlaTotEnB) {
       error = kTRUE ;
-      mess = "Examination detected an error in " + TString(namen)  ;
+      mess = "Examination detected an error in " + TString((const char *)namen)  ;
       write_info(mess) ;
     }
   }