From d7499915122cc1a23aea957f3d046691d636a4a3 Mon Sep 17 00:00:00 2001 From: hristov Date: Tue, 9 Oct 2001 13:36:25 +0000 Subject: [PATCH] Duplication of target AliPHOSTick.cxx removed --- PHOS/Makefile | 2 +- PHOS/testsimglobal.C | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PHOS/Makefile b/PHOS/Makefile index ddbc7337d98..19431febf1b 100644 --- a/PHOS/Makefile +++ b/PHOS/Makefile @@ -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 \ diff --git a/PHOS/testsimglobal.C b/PHOS/testsimglobal.C index 2901f4e97d2..608d7b7cdfa 100644 --- a/PHOS/testsimglobal.C +++ b/PHOS/testsimglobal.C @@ -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) ; } } -- 2.43.0