X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EVGEN%2FAliGenITSULib.h;h=ed2a322bde80d49036f417576dc2b3fbee29d43b;hb=67018bf4be7d0d55d2a49060659c0c28d1aa6f9b;hp=2a1d33522b24caab89f4fbdcf26b47d4e5218bdf;hpb=c7e59bc0d93d7db544bf3835da3137f0e2587aa9;p=u%2Fmrichter%2FAliRoot.git diff --git a/EVGEN/AliGenITSULib.h b/EVGEN/AliGenITSULib.h index 2a1d33522b2..ed2a322bde8 100644 --- a/EVGEN/AliGenITSULib.h +++ b/EVGEN/AliGenITSULib.h @@ -17,7 +17,7 @@ class AliGenITSULib :public AliGenLib { public: - enum EPartId {kLb=5122,kLc=4122,kXi_c = 4232,kB = 521,kDs=431,kDplus=411}; + enum EPartId {kLb=5122,kLc=4122,kXi_c = 4232,kBplus = 521,kBzero = 511,kDs=431,kDplus=411}; //Getters @@ -33,8 +33,10 @@ class AliGenITSULib :public AliGenLib { static Int_t IpLbBar(TRandom * /*ran*/) {return -(int)kLb;} static Int_t IpXic(TRandom * /*ran*/) {return (int)kXi_c;} static Int_t IpXicBar(TRandom * /*ran*/) {return -(int)kXi_c;} - static Int_t IpBPlus(TRandom * /*ran*/) {return (int)kB;} - static Int_t IpBMinus(TRandom * /*ran*/) {return -(int)kB;} + static Int_t IpBPlus(TRandom * /*ran*/) {return (int)kBplus;} + static Int_t IpBMinus(TRandom * /*ran*/) {return -(int)kBplus;} + static Int_t IpB0(TRandom * /*ran*/) {return (int)kBzero;} + static Int_t IpB0Bar(TRandom * /*ran*/) {return -(int)kBzero;} static Int_t IpDsPlus(TRandom * /*ran*/) {return (int)kDs;} static Int_t IpDsMinus(TRandom * /*ran*/) {return -(int)kDs;} static Int_t IpDPlus(TRandom * /*ran*/) {return (int)kDplus;} @@ -49,7 +51,7 @@ class AliGenITSULib :public AliGenLib { - ClassDef(AliGenITSULib,0) + ClassDef(AliGenITSULib,1) }; #endif