-
Notifications
You must be signed in to change notification settings - Fork 34
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
Clean up: remove obsolete functions #87
Comments
Yes, This addresses for example the simulation of events, see #66. |
How important are the functions |
They are extremely important. |
I came across two functions that are not used and, thus, obsolete (please confirm!)
|
The function |
All it does is to put the starting position in a vector and call the _drift_charges(...) function. Basically, the application would be to call the function for a single starting position, warranting the singular, which can be a legit argument for user friendliness. This is an internal function though, so as far as I am concerned it can go. |
I have created a new |
I think this can be actually closed, right? |
Yes, I will close this. |
Some of the functions are still left over from refactoring the JSON files.
One example is the
bounding_box
function, which returns thecrystal_radius
andcrystal_length
which is no longer stored inSolidStateDetector
.Also, we should look for functions that are defined but never called, e.g.
from_internal_units
.These functions should be either removed or incorporated accordingly.
The text was updated successfully, but these errors were encountered: