Public Member Functions | |
Pair () | |
Default constructor. | |
Pair (double energy, double cosine) | |
Specific pair constructor. | |
~Pair () | |
Default destructor. | |
Public Attributes | |
double | E |
double | mu |
Definition at line 48 of file mappings.hpp.
|
The default constructor sets public variables to zero. Definition at line 52 of file mappings.cpp. |
|
Definition at line 58 of file mappings.cpp. |
|
The default destructor is empty. Definition at line 64 of file mappings.cpp. |
|
This is the energy of an ejected particle Referenced by one_d_Kalbach::cm_E_decr(), one_d_Kalbach::cm_E_incr(), mappings::cm_to_lab(), one_d_phase::f(), one_d_Kalbach::f(), mappings::lab_to_cm(), operator-(), Pair(), and Pair_area(). |
|
This is the cosine of the angle the particle is ejected. Referenced by one_d_Kalbach::cm_E_decr(), one_d_Kalbach::cm_E_incr(), mappings::cm_to_lab(), one_d_phase::f(), one_d_Kalbach::f(), mappings::lab_to_cm(), operator-(), Pair(), and Pair_area(). |