From e3bb24cf09503ae077c3a849925e70adcf2aa685 Mon Sep 17 00:00:00 2001 From: schutz Date: Fri, 6 Feb 2004 17:57:37 +0000 Subject: [PATCH] Corrected for typos --- EMCAL/AliEMCALGetter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EMCAL/AliEMCALGetter.h b/EMCAL/AliEMCALGetter.h index 5810fafa9a0..1dddd86ae04 100644 --- a/EMCAL/AliEMCALGetter.h +++ b/EMCAL/AliEMCALGetter.h @@ -159,7 +159,7 @@ class AliEMCALGetter : public TObject { //========== RecParticles =========== TClonesArray * RecParticles() const ; - AliEMCALRecParticle * RecPaticles(Int_t index) const { return static_cast(RecParticles()->At(index)) ;} + AliEMCALRecParticle * RecParticle(Int_t index) const { return static_cast(RecParticles()->At(index)) ;} TTree * TreeP() const ; AliEMCALPID * PID() ; TString GetRecParticlesFileName() const { return EmcalLoader()->GetRecParticlesFileName() ; } -- 2.43.0