| Summary: | stack management | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | michel.maire |
| Component: | event | Assignee: | asai |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | CC: | andrea.dotti |
| Priority: | P4 | ||
| Version: | other | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
michel.maire
2018-03-05 18:12:45 CET
Re-assign to Makoto G4SmartTrackStack was supposed to be optional but due to some misunderstandings it was used by default. It changes the order of popping-out tracks to stay with the same kind of particles as much as possible. Now it becomes back to be optional, and this fix will go with Geant4 10.4-patch02. To fix this for current/earlier version, please remove line #16 in CMakeLists.txt in the geant4/event directory. http://www-geant4.kek.jp/lxr/source/event/CMakeLists.txt#L16 |