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

Multiple Coulomb Scattering #42

Open
freddieknets opened this issue Feb 13, 2024 · 1 comment
Open

Multiple Coulomb Scattering #42

freddieknets opened this issue Feb 13, 2024 · 1 comment

Comments

@freddieknets
Copy link
Collaborator

As currently implemented in Everest, MCS will be performed stepwise in order to take edge effects into account (see section 4.1 of https://cds.cern.ch/record/447077?ln=en). However, slicing up MCS is not a good idea as it changes the statistics slightly. Here is an example for 10 slices:

xp

x

We can clearly see that the tails get emptied in favour of the core.

However, we cannot just ignore the edge effects either..

@freddieknets
Copy link
Collaborator Author

Maybe the issue is that MCS is essentially a statistical approach, while we try to address the edge effect in steps, i.e. point-like. Hence, we should try to address the edge effect statistically as well. Around the average path of the particle, we can draw bands (representing the sqrt(s)(1 + 0.038ln s)), potentially cut by 3 sigma (but probably there is no need to cut and we can address that statistically as well). By calculating the population of particles in the region within these bands that is outside of the collimator, we have a certain percentage/probability of trajectories that is outside. We could sample this with an extra dice.

bands

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

1 participant