momentum_to_range¶
-
georges_core.kinematics.
momentum_to_range
(p: _Q, particle: _ParticuleType = <class 'georges_core.particles.Proton'>) → _Q[source]¶ Converts momentum to proton range in water; following IEC-60601.
>>> momentum_to_range(696 * _ureg.MeV_c).to('cm') <Quantity(32.93315610400117, 'centimeter')>
- Parameters
p – relativistic momentum
particle – the particle type (default: proton)
- Returns
Range of the particle