From 4f41c6b7b796e8edbd1ec62da3503fffe7703bc5 Mon Sep 17 00:00:00 2001 From: jklay Date: Tue, 25 Mar 2008 20:05:38 +0000 Subject: [PATCH] remove dummy implmentation of PbinTrd1 --- EMCAL/AliEMCALv0.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMCAL/AliEMCALv0.h b/EMCAL/AliEMCALv0.h index 04742235547..705fd867e76 100644 --- a/EMCAL/AliEMCALv0.h +++ b/EMCAL/AliEMCALv0.h @@ -62,7 +62,7 @@ class AliEMCALv0 : public AliEMCAL { void PbInTrap(const double parTRAP[11], TString n); // 1X1 case - Nov 22, 2006 void Trd1Tower1X1(double *parSCM0); - void PbInTrd1(double *parTrd1, TString n){;} + void PbInTrd1(double *parTrd1, TString n); // TRD2 - 1th design void Scm0InTrd2(const AliEMCALGeometry * g, const Double_t emodPar[5], Double_t parSCM0[5]); void Division2X2InScm0(const AliEMCALGeometry * g, const Double_t parSCM0[5]); -- 2.31.1