Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Resolve "Probe does not register all particles"

snuverink_j requested to merge 375-probe-does-not-register-all-particles into master

Closes #375 (closed)

The width of the probe and stripper is adapted per particle and not longer based on the average bunch. This will fix the issue, but will be computationally a bit more expensive (though to be seen, there is a reduce call less).

There remains some duplication between Stripper and Probe and there could be some more optimisation to improve the calculation speed, but this will come at a later point. The changes right now should allow @frey_m to continue his work.

Edited by snuverink_j

Merge request reports