]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EVGEN/GenTypeDefs.h
This commit was generated by cvs2svn to compensate for changes in r2,
[u/mrichter/AliRoot.git] / EVGEN / GenTypeDefs.h
1 #ifndef _GenTypeDefs_H
2 #define _GenTypeDefs_H
3
4 typedef enum
5 { charm, beauty, charm_unforced, beauty_unforced, jpsi, jpsi_chi }
6 Process_t;
7
8 typedef enum
9 { semielectronic, dielectron, semimuonic, dimuon,
10   b_jpsi_dimuon, b_jpsi_dielectron, 
11   b_psip_dimuon, b_psip_dielectron }
12 Decay_t;
13
14 typedef enum
15 {
16     DO_Set_1=1006,
17     GRV_LO=5005,
18     GRV_HO=5006,
19     MRS_D_minus=3031,
20     MRS_D0=3030,
21     MRS_G=3041,
22     CTEQ_2pM=4024,
23     CTEQ_4M=4034
24 }
25 StrucFunc_t;
26
27 #endif
28
29