Problem 42 - the ajustment of kRadTolerance
Summary: the ajustment of kRadTolerance
Status: RESOLVED WORKSFORME
Alias: None
Product: Geant4
Classification: Unclassified
Component: tracking (show other problems)
Version: 1.0
Hardware: PC Linux
: P2 normal
Assignee: Katsuya.Amako
URL:
Depends on:
Blocks:
 
Reported: 1999-12-12 04:17 CET by liuht
Modified: 2000-01-28 07:34 CET (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description liuht 1999-12-12 04:17:33 CET
I am working on AMS analysis, I use Geant4 to simulate the
 cosmic ray behaviar around the earth. I find sometimes it
can not find the border correctly. It will throw out a
G4exception. I just change kRadTolerance from 1e-9mm to 1mm.
and it fixed the problem. I just wonder if that will have
infuence on the result?
Comment 1 John Apostolakis 2000-01-28 07:34:59 CET
The concept of the tolerance is the following: it is a distance which is
too small to matter for the accuracy of the physics or detector that you
interested in studying,  but much larger than the numerical accuracy of
the simulation.

If your detector has features of the size of millimiter or centimeter, then
it is risky to have tolerance of 1 mm.  (Put the tolerance to 1e-2 eg).
Else it is ok.

This is not a problem report.