We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
terminate called after throwing an instance of 'std::out_of_range' what(): vector::_M_range_check: __n (which is 3) >= this->size() (which is 3)
Error thrown when running on single Alpha particles generated with the latest QPixG4.
Seems to be related to number_hits being changed from integer to long (#8 ).
number_hits
integer
long
The text was updated successfully, but these errors were encountered:
Closing as the issue is actually on QPixG4. First event is being incorrectly filled with a very large number in number_hits.
Sorry, something went wrong.
No branches or pull requests
terminate called after throwing an instance of 'std::out_of_range' what(): vector::_M_range_check: __n (which is 3) >= this->size() (which is 3)
Error thrown when running on single Alpha particles generated with the latest QPixG4.
Seems to be related to
number_hits
being changed frominteger
tolong
(#8 ).The text was updated successfully, but these errors were encountered: