Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

Pair Class Reference

Stores energy and direction cosine pair used in reference frame mapping. More...

List of all members.

Public Member Functions

 Pair ()
 Default constructor.

 Pair (double energy, double cosine)
 Specific pair constructor.

 ~Pair ()
 Default destructor.


Public Attributes

double E
double mu


Detailed Description

The Pair class is simple storage structure for two doubles, the outgoing particle energy, E, and the cosine of the ejection angle, mu.

Definition at line 48 of file mappings.hpp.


Constructor & Destructor Documentation

Pair::Pair  ) 
 

The default constructor sets public variables to zero.

Definition at line 52 of file mappings.cpp.

References E, and mu.

Pair::Pair double  energy,
double  cosine
 

Parameters:
energy energy of the outgoing particle
cosine cosine of the angle of the ejected particle
This constructor uses the passed variables to initialize the member data.

Definition at line 58 of file mappings.cpp.

References E, and mu.

Pair::~Pair  ) 
 

The default destructor is empty.

Definition at line 64 of file mappings.cpp.


Member Data Documentation

Pair::E
 

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().

Pair::mu
 

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().


Generated on Thu Sep 7 10:44:48 2006 for fete -- From ENDFB6 To ENDL by doxygen 1.3.4