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

mappings.hpp File Reference

contains the Pair and mappings class prtototypes More...

Include dependency graph for mappings.hpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  mappings
 Class that maps energy-angle pairs between reference frames. More...

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


Functions

Pair operator- (const Pair &A, const Pair &B)
 Returns A - B.

double Pair_area (const Pair &A, const Pair &B)
 Returns area of the triangle generated by A, B, and O.


Detailed Description

Definition in file mappings.hpp.


Function Documentation

Pair operator- const Pair A,
const Pair B
 

Parameters:
A first Pair
B second Pair
Function that returns the vector difference A-B in a Pair.

Definition at line 68 of file mappings.cpp.

References Pair::E, and Pair::mu.

double Pair_area const Pair A,
const Pair B
 

Parameters:
A first Pair in the product
B second Pair in the product
Function that returns 1/2 the vector cross product of A and B - 1/2(A X B), where the two elements of the Pair are considered to be two components of a vector. This is equivalent to the area of the triangle formed by A and B, both starting at the origin.

Definition at line 75 of file mappings.cpp.

References Pair::E, and Pair::mu.


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