| Summary: | TrackLength scorer does not work with optional boolean flags | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | asai |
| Component: | digits_hits/utils | Assignee: | aso |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P4 | ||
| Version: | 10.6 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
asai
2020-01-20 20:39:37 CET
The command for trackLength scorer in command-based scorer set its default unit as "mm". Thus the command only accepts units of length category. To fix the bug, the command in the messenger is changed to set as default value in string format, mm, second MeV_mm, MeV_second etc., which will be checked and set as the unit inside trackLength soccer. The bug is fixed and will be included in next release. |