This repository contains the code to generate events for the FAIR 30 GeV experiment.
The code is written in Julia and uses ThreeBodyDecay.jl
for dynamic model of the decay, as well as FourVectors.jl
for the handling four-vectors.
notebooks/generator.jl
: Pluto notebook to generate events.notebooks/XtoppJpsi.jl
: Dalitz plot for pp → p p J/ψ
- Clone the repository
bash> git clone https://github.com/mmikhasenko/FairSim.jl.git
- Start julia and
bash> julia
- install the dependencies
julia> ]
pkg> activate .
pkg> instantiate
pkg> # backspace
- Run the code with Pluto
julia> using Pluto
julia> Pluto.run()
- Open the notebook
notebooks/generator.jl
and run the code.
If you want to contribute to this project, please open an issue or a pull request.
This code is released under the MIT License.