Simulation suite for photo-multiplier tubes (PMT). Includes functions for simulating individual PMT pulses, filtering and unfolding of complex PMT waveforms.
This package is registered in the PLEnuM julia package registry. In order to use this registry, first install the (LocalRegistry.jl)(https://github.com/GunnarFarneback/LocalRegistry.jl) package and then add the PLEnuM registry:
using Pkg
pkg"add LocalRegistry"
pkg"registry add https://github.com/PLEnuM-group/julia-registry"
Finally, install the package:
using Pkg
pkg"add PMTSimulation"