X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=PHOS%2FAliPHOSFastRecParticle.h;h=578bb3067977c7920c85f62db2d6867b154c6c50;hp=9ddbdaf24f12f9db3a7151d879e7d714f43c6e66;hb=2aad621e9d4bd4bc1ae8497f92404c06a6100fd9;hpb=031f08617e7e2b632e95a5f778250a203a2fa02f;ds=sidebyside diff --git a/PHOS/AliPHOSFastRecParticle.h b/PHOS/AliPHOSFastRecParticle.h index 9ddbdaf24f1..578bb306797 100644 --- a/PHOS/AliPHOSFastRecParticle.h +++ b/PHOS/AliPHOSFastRecParticle.h @@ -22,15 +22,15 @@ 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 {