From 3d8b8082c6b22e126a53741038e5f4eeb76a18a9 Mon Sep 17 00:00:00 2001 From: schutz Date: Sat, 12 Apr 2003 15:19:16 +0000 Subject: [PATCH 1/1] Corrected signature of Isxxx methods --- PHOS/AliPHOSFastRecParticle.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PHOS/AliPHOSFastRecParticle.h b/PHOS/AliPHOSFastRecParticle.h index f3c2735a4ce..603b5aee15d 100644 --- a/PHOS/AliPHOSFastRecParticle.h +++ b/PHOS/AliPHOSFastRecParticle.h @@ -56,9 +56,9 @@ class AliPHOSFastRecParticle : public TParticle { else return kFALSE ; } - Bool_t IsPhoton (const char* purity = "low") const; - Bool_t IsPi0 (const char* purity = "low") const; - Bool_t IsElectron (const char* purity = "low") const; + Bool_t IsPhoton (TString purity = "low") const; + Bool_t IsPi0 (TString purity = "low") const; + Bool_t IsElectron (TString purity = "low") const; Bool_t IsHadron () const; Bool_t IsChargedHadron () const; Bool_t IsNeutralHadron () const; -- 2.31.1