00001 #ifndef __StarPDGEncodings_hh__
00002 #define __StarPDGEncodings_hh__
00003
00004
00005 enum {
00006 kTriton = 1000000000,
00007 kHyperTriton = 1000000001,
00008 kAntiHyperTriton = 1000000002,
00009 kDalitz = 1000000111,
00010 kLambda1520 = 20003122
00011 };
00012
00013 #endif