Rev 271 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 271 | Rev 329 | ||
|---|---|---|---|
| Line 31... | Line 31... | ||
| 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 | case PHI: return 1.02; |
| - | 36 | case LAMBDA0: return 1.115683; |
|
| 36 | default: return 0; |
37 | default: return 0; |
| 37 | } |
38 | } |
| 38 | 39 | ||
| 39 | } |
40 | } |
| 40 | 41 | ||