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

Add pseudo geometry for tests #254

Closed

Conversation

SebastianRuffert
Copy link
Contributor

A pseudo detector containing all volume primitives, boolean operators and transformations will be used for tests. Before, several geometries had to be calculated individually.

@SebastianRuffert
Copy link
Contributor Author

using Plots
using SolidStateDetectors
sim = Simulation(SSD_examples[:TestDetector])
plot(sim.detector, size = (700, 700), show_semiconductor = true)

Detector

Contacts in the middle are biased at 0V

@SebastianRuffert SebastianRuffert marked this pull request as draft February 7, 2022 12:21
@lmh91 lmh91 linked an issue Feb 7, 2022 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

Refactor Tests / Increase code coverage in tests
1 participant