Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 819 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 819 Bytes

Particle Physics snippets

These are some particle physics snippets of code for personal reference. For proper explanation check the pages.

DOSIMETRY

Simulation of a particle entering a material. A C++ calculation of the stopping power of any material (and air). It also calculates the range of the particle.

PI

An approximation of PI with random numbers.

HER simulation

A High Energy Ring was designed with Win-AGILE, a tool created by P. J. Bryant for the simulation of simple lattices.

See description of the snippets in the dedicated webpage: http://ppsnippets.tk.

License