| Summary: | SetRunID | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | aniello.nappi |
| Component: | run | Assignee: | Makoto.Asai |
| Status: | RESOLVED INVALID | ||
| Severity: | trivial | CC: | aniello.nappi |
| Priority: | P2 | ||
| Version: | other | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
aniello.nappi
2006-05-31 12:38:48 CEST
It is intentionally set to "const" to avoid any mis-use. But, given run number is not used in Geant4 kernel, you can set the number by casting const pointer to non-const pointer. |