]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSFastRecParticle.h
Moving to the new VMC naming convention
[u/mrichter/AliRoot.git] / PHOS / AliPHOSFastRecParticle.h
index f3c2735a4ce112c72a946250ce81f9afff568803..dd2c1ea6b4beed893bd90e0fc55d3b464ac71540 100644 (file)
@@ -56,9 +56,11 @@ 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 IsHardPhoton       () const;
+  Bool_t IsHardPi0          () const;
   Bool_t IsHadron           () const;
   Bool_t IsChargedHadron    () const;
   Bool_t IsNeutralHadron    () const;