| Summary: | Error in G4PSSphereSurfaceFlux::ProcessHits(G4Step* aStep,G4TouchableHistory*) | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | bair.banzarov |
| Component: | digits_hits | Assignee: | aso |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | CC: | aso |
| Priority: | P5 | ||
| Version: | 9.6 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
bair.banzarov
2013-06-14 12:04:44 CEST
The angle factor in G4PSSphereSurfaceFlux was modified to keep it always positive. The modification in the code was same as the other scorers such as G4PSFlatSurfaceFlux, i.e. : if ( anglefactor < 0.0 ) anglefactor *= -1.0; |