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

Energy window threshold for root #356

Closed
ludovicabrusaferri opened this issue Aug 5, 2019 · 2 comments
Closed

Energy window threshold for root #356

ludovicabrusaferri opened this issue Aug 5, 2019 · 2 comments

Comments

@ludovicabrusaferri
Copy link

ludovicabrusaferri commented Aug 5, 2019

In "InputStreamFromROOTFIle.cxx":
this->parser.add_key("low energy window (keV)", &this->low_energy_window);
this->parser.add_key("upper energy window (keV)", &this->up_energy_window);

The the energy thresholds are given in keV. However, gate energies are stored in MeV. Either the energy or the energy window threshold need to be rescaled.
Currently this doesn't create any problem as the threshold values are set respectively to 0 and 1000.

@KrisThielemans
Copy link
Collaborator

KrisThielemans commented Aug 6, 2019 via email

@robbietuk
Copy link
Collaborator

This can be closed as it was fixed with #736

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

3 participants