StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StarPDGEncoding.hh
1 #ifndef __StarPDGEncodings_hh__
2 #define __StarPDGEncodings_hh__
3 int hid( int z, int a, int l=0 );
8 
9 enum {
10  kTriton = 1000000000,
11  kHyperTriton = 1000000001,
12  kAntiHyperTriton = 1000000002,
13  kDalitz = 1000000111,
14  kLambda1520 = 20003122
15 };
16 
17 #endif