We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StructArrays
Path = Vector{CartesianPoint{T}
simulate!
simulate_waveforms
Tables
add_fano_noise
The text was updated successfully, but these errors were encountered:
We should also think of a way to (optionally) pass the time of the charge carrier creation to simulate pile-up events, e.g.
pos = [CartesianPoint{T}(0,0,0), CartesianPoint{T}(0.1,0.1,0.1)] E = [1000u"keV", 1200u"keV"] t = [0u"ns", 300u"ns"] evt = Event(pos, E, t) ____________ / ______________/ / ___________/ 0ns 300ns
Sorry, something went wrong.
No branches or pull requests
StructArrays
(e.g.Path = Vector{CartesianPoint{T}
)simulate!
to something more specificsimulate_waveforms
for handlingTables
add_fano_noise
The text was updated successfully, but these errors were encountered: