Berkeley Nuclear Data Software
Public Member Functions | List of all members
PointSourceInfo Class Reference

#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
 

Detailed Description

this class is intended to hold information for sources used in experimental efforts

Constructor & Destructor Documentation

◆ PointSourceInfo()

PointSourceInfo::PointSourceInfo ( )

Member Function Documentation

◆ getActivity()

double PointSourceInfo::getActivity ( ) const

◆ getEnergy()

double PointSourceInfo::getEnergy ( ) const

◆ getIsotope()

std::string PointSourceInfo::getIsotope ( ) const

◆ getPosVector()

std::vector< double > PointSourceInfo::getPosVector ( ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getX()

double PointSourceInfo::getX ( ) const
Here is the caller graph for this function:

◆ getY()

double PointSourceInfo::getY ( ) const
Here is the caller graph for this function:

◆ getZ()

double PointSourceInfo::getZ ( ) const
Here is the caller graph for this function:

◆ setActivity()

void PointSourceInfo::setActivity ( double  a_activity)

◆ setEnergy()

void PointSourceInfo::setEnergy ( double  a_energy)
Here is the caller graph for this function:

◆ setIsotope()

void PointSourceInfo::setIsotope ( std::string  a_isotope)

◆ setX()

void PointSourceInfo::setX ( double  a_x)
Here is the caller graph for this function:

◆ setY()

void PointSourceInfo::setY ( double  a_y)
Here is the caller graph for this function:

◆ setZ()

void PointSourceInfo::setZ ( double  a_z)
Here is the caller graph for this function:

The documentation for this class was generated from the following files: