#include <clebschgordan.h>
Range of total isospin for reaction of particle a with particle b.
Definition at line 84 of file clebschgordan.h.
Classes | |
| class | iterator | 
| Iterator class for determination of total isospin.  More... | |
Public Member Functions | |
| I_tot_range (const ParticleType &p_a, const ParticleType &p_b) | |
| Get the allowed range of total isospin for a collision a + b.  More... | |
| I_tot_range (const ParticleType &p_a, const ParticleType &p_b, const ParticleType &p_c, const ParticleType &p_d) | |
| Get the allowed range of total isospin for a collision a + b <-> c + d.  More... | |
| iterator | begin () | 
| iterator | end () | 
Private Attributes | |
| int | I_min_ | 
| Value of minimum total isospin.  More... | |
| int | I_max_ | 
| Value of maximum total isospin.  More... | |
      
  | 
  inline | 
Get the allowed range of total isospin for a collision a + b.
| p_a | Particle a. | 
| p_b | Particle b. | 
Definition at line 98 of file clebschgordan.h.
      
  | 
  inline | 
Get the allowed range of total isospin for a collision a + b <-> c + d.
| p_a | Particle a. | 
| p_b | Particle b. | 
| p_c | Particle c. | 
| p_d | Particle d. | 
Definition at line 114 of file clebschgordan.h.
      
  | 
  inline | 
Definition at line 173 of file clebschgordan.h.
      
  | 
  inline | 
Definition at line 175 of file clebschgordan.h.
      
  | 
  private | 
Value of minimum total isospin.
Definition at line 87 of file clebschgordan.h.
      
  | 
  private | 
Value of maximum total isospin.
Definition at line 89 of file clebschgordan.h.