Skip to content
New issue

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

Improve internal representation of Events / Hits / Charge clouds #226

Open
6 tasks
fhagemann opened this issue Oct 17, 2021 · 1 comment
Open
6 tasks

Improve internal representation of Events / Hits / Charge clouds #226

fhagemann opened this issue Oct 17, 2021 · 1 comment
Milestone

Comments

@fhagemann
Copy link
Collaborator

fhagemann commented Oct 17, 2021

  • Using StructArrays (e.g. Path = Vector{CartesianPoint{T})
  • Changing the naming of simulate! to something more specific
  • Adjust simulate_waveforms for handling Tables
  • Proper implementation of add_fano_noise
  • Have a clear simulation chain: energy deposits -> charge deposits -> clustering + charge clouds -> drift -> waveforms
  • Proper models for diffusion and self-repulsion and allowing the user to choose
@fhagemann fhagemann added this to the v0.8.0 milestone Oct 17, 2021
@fhagemann
Copy link
Collaborator Author

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

@lmh91 lmh91 modified the milestones: v0.8.0, v0.9.0 Mar 10, 2022
@fhagemann fhagemann modified the milestones: v0.9.0, v0.10.0 Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants