]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSFastRecParticle.h
New PID in AliPHOSPIDv1
[u/mrichter/AliRoot.git] / PHOS / AliPHOSFastRecParticle.h
index 9ddbdaf24f12f9db3a7151d879e7d714f43c6e66..578bb3067977c7920c85f62db2d6867b154c6c50 100644 (file)
 
 typedef TClonesArray  FastRecParticlesList ; 
 
-const static Int_t kUNDEFINED     = -1; 
-const static Int_t kGAMMA         = 0 ; 
-const static Int_t kELECTRON      = 1 ;
-const static Int_t kNEUTRAL       = 2 ;  
-const static Int_t kCHARGED       = 3 ;  
-const static Int_t kCHARGEDHADRON = 4 ;  
-const static Int_t kNEUTRALHADRON = 5 ;  
-const static Int_t kNEUTRALEM     = 6 ;  
-const static Int_t kGAMMAHADRON   = 7 ; 
+const static Int_t kUNDEFINED =-1 ;
+const static Int_t kNEUTRAL_EM = 0 ;
+const static Int_t kNEUTRAL_HA = 1 ;
+const static Int_t kGAMMA      = 2 ; 
+const static Int_t kGAMMA_HA   = 3 ; 
+const static Int_t kABSURD_EM  = 4 ;
+const static Int_t kABSURD_HA  = 5 ;
+const static Int_t kELECTRON   = 6 ;
+const static Int_t kCHARGED_HA = 7 ;
 
 
 class AliPHOSFastRecParticle : public TParticle {