]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSFastRecParticle.h
Corrected signature of Isxxx methods
[u/mrichter/AliRoot.git] / PHOS / AliPHOSFastRecParticle.h
index f3c2735a4ce112c72a946250ce81f9afff568803..603b5aee15d5f472ab8efe8875a2d0eb51d3a80f 100644 (file)
@@ -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;