Berkeley Nuclear Data Software
|
#include "ConfigClasses.h"
#include "NSDPhysicsCalcs.h"
#include <cmath>
#include <iostream>
#include <algorithm>
Functions | |
std::ostream & | printDetType (std::ostream &a_stream, DetType a_type) |
double | getDistance (float a_thisDetHalfL, float a_rhsHalfL, DetectorInfo &a_rhs) |
double getDistance | ( | float | a_thisDetHalfL, |
float | a_rhsHalfL, | ||
DetectorInfo & | a_rhs | ||
) |
this function returns the distance from the center points of the detectors the HalfL variables specify the offset of the detector location along the rotation axis to reach the center of the cell
std::ostream& printDetType | ( | std::ostream & | a_stream, |
DetType | a_type | ||
) |