|
Berkeley Nuclear Data Software
|
#include <ConfigClasses.h>
Public Member Functions | |
| PointSourceInfo () | |
| void | setIsotope (std::string a_isotope) |
| void | setActivity (double a_activity) |
| void | setEnergy (double a_energy) |
| void | setX (double a_x) |
| void | setY (double a_y) |
| void | setZ (double a_z) |
| std::string | getIsotope () const |
| double | getActivity () const |
| double | getEnergy () const |
| double | getX () const |
| double | getY () const |
| double | getZ () const |
| std::vector< double > | getPosVector () const |
this class is intended to hold information for sources used in experimental efforts
| PointSourceInfo::PointSourceInfo | ( | ) |
| double PointSourceInfo::getActivity | ( | ) | const |
| double PointSourceInfo::getEnergy | ( | ) | const |

| std::string PointSourceInfo::getIsotope | ( | ) | const |
| std::vector< double > PointSourceInfo::getPosVector | ( | ) | const |


| double PointSourceInfo::getX | ( | ) | const |

| double PointSourceInfo::getY | ( | ) | const |

| double PointSourceInfo::getZ | ( | ) | const |

| void PointSourceInfo::setActivity | ( | double | a_activity | ) |
| void PointSourceInfo::setEnergy | ( | double | a_energy | ) |

| void PointSourceInfo::setIsotope | ( | std::string | a_isotope | ) |
| void PointSourceInfo::setX | ( | double | a_x | ) |

| void PointSourceInfo::setY | ( | double | a_y | ) |

| void PointSourceInfo::setZ | ( | double | a_z | ) |
