-
Notifications
You must be signed in to change notification settings - Fork 53
Add option to simulate hard pile-up events / delay the charge drift of some hits by some time #579
Copy link
Copy link
Open
Labels
convenienceImprove user-friendlinessImprove user-friendlinessenhancementImprovement of existing featuresImprovement of existing featuresgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needednew featureAdd new featureAdd new featurenotationNotation and InterfaceNotation and Interface
Description
Right now, all charge clouds start drifting at t = 0.
We might want to add the option to pass also a set of t0-values (when the hits created the electron-hole pairs), such that some charge clouds drift with a slight time delay, e.g. to simulate hard pile-up.
We could at these values t0 to Event, e.g. allowing for
evt = Event([CartesianPoint{T}(0,0,0), CartesianPoint{T}(0.01,0,0.01)], [100u"keV", 200u"keV"], [0u"ns", 100u"ns"])and then have the second charge cloud only "appear" after 100 nanoseconds.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
convenienceImprove user-friendlinessImprove user-friendlinessenhancementImprovement of existing featuresImprovement of existing featuresgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needednew featureAdd new featureAdd new featurenotationNotation and InterfaceNotation and Interface