Rev 267 | Rev 329 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 267 | Rev 271 | ||
---|---|---|---|
Line 30... | Line 30... | ||
30 | case PROTON: return 0.938; |
30 | case PROTON: return 0.938; |
31 | case JPSI: return 3.1; |
31 | case JPSI: return 3.1; |
32 | case D: return 1.86; |
32 | case D: return 1.86; |
33 | case DSTAR: return 2.01; |
33 | case DSTAR: return 2.01; |
34 | case B: return 5.27; |
34 | case B: return 5.27; |
- | 35 | case PHI: return 1.02; |
|
35 | default: return 0; |
36 | default: return 0; |
36 | } |
37 | } |
37 | 38 | ||
38 | } |
39 | } |
39 | 40 |