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

Adding beam options in hxsim #55

Open
chiaratomaiuolo opened this issue Apr 30, 2024 · 1 comment
Open

Adding beam options in hxsim #55

chiaratomaiuolo opened this issue Apr 30, 2024 · 1 comment

Comments

@chiaratomaiuolo
Copy link
Collaborator

In hxsim.py, the test beam is generated inside the simulation as a GaussianBeam. It would be useful to add an option for choosing between different types of beams, such as a UniformBeam (to be implemented, useful for the hardware simulation of the custom readout chip) or a PointBeam(this is less interesting, it can be simulated using a narrow GaussianBeam), useful for testing.

@chiaratomaiuolo
Copy link
Collaborator Author

The UniformBeam has been implemented roughly defining the square containing the whole readout hexagonal grid. Now it is the right thing to do because every event that we generate should trigger. This should be modified when issue #49 will be closed and the MC structure changed.

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

When branches are created from issues, their pull requests are automatically linked.

1 participant