RealVect & position()
Get the particle position.
Definition: CD_GenericParticleImplem.H:47
Real & energy()
Get energy.
Definition: CD_SimpleItoParticleImplem.H:51
Real & weight()
Get weight.
Definition: CD_SimpleItoParticleImplem.H:39
SimpleItoParticle()
Default constructor. Should subsequently set weight/position/energy.
Definition: CD_SimpleItoParticleImplem.H:19
void define(const Real a_weight, const RealVect a_position, const Real a_energy)
Define function. Sets weight, position, and energy.
Definition: CD_SimpleItoParticleImplem.H:31
virtual ~SimpleItoParticle()
Destructor (does nothing)
Definition: CD_SimpleItoParticleImplem.H:27