| Summary: | Bug in G4MagHelicalStepper.cc ?? | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | seidl |
| Component: | geometry/magneticfield | Assignee: | Vladimir.Grichine |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | John.Apostolakis |
| Priority: | P2 | ||
| Version: | 1.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
seidl
2000-09-27 09:18:30 CEST
Please, note this is still referring to Geant4 1.0 ! Problem now under investigation. Report from V.Grichine analysis of the problem:
G4MagHelicalStepper has been checked and did not find error.
The formula below:
cos(2*theta) = cos^2(theta) - sin^2(theta) = 1 - 2*sin^2(theta)
is correctly represented.
|