PyNE C++
Public Member Functions | List of all members
pyne::SourceParticle Class Reference

Public Member Functions

 SourceParticle (double x, double y, double z, double e, double w, std::vector< int > cell_list)
 
double get_x ()
 
double get_y ()
 
double get_z ()
 
double get_e ()
 
double get_w ()
 
std::vector< int > get_cell_list ()
 

Constructor & Destructor Documentation

◆ SourceParticle()

pyne::SourceParticle::SourceParticle ( double  x,
double  y,
double  z,
double  e,
double  w,
std::vector< int >  cell_list 
)

Constructor for source particle

Parameters
xThe x coordinate of the source particle
yThe y coordinate of the source particle
zThe z coordinate of the source particle
eThe energy of the source particle
wThe weight of the source particle
cThe cell number of the source particle

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