Problem 1429 - effective charge of ion
Summary: effective charge of ion
Status: RESOLVED MOVED
Alias: None
Product: Geant4
Classification: Unclassified
Component: processes/electromagnetic (show other problems)
Version: other
Hardware: All All
: P5 normal
Assignee: Vladimir.Ivantchenko
URL:
Depends on:
Blocks:
 
Reported: 2013-01-20 11:43 CET by michel.maire
Modified: 2013-02-25 19:57 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 michel.maire 2013-01-20 11:43:03 CET
An ion created with Q=0 is deviated in magnetic field, even in vacuum.
 If ionIonisation process is desactivated, the trajectories look OK.
 
 The following macro, for N03, illustre the problem:

 # this macro can be executed at any time during an interactive session:
 # Idle> /control/execute magfield.mac 
 #
 /N03/det/setNbOfLayers 1
 /N03/det/setAbsMat Galactic
 /N03/det/setAbsThick 40 cm
 /N03/det/setGapMat Air
 /N03/det/setGapThick  0 cm
 /N03/det/setSizeYZ   40 cm
 #
 /N03/det/setField -5 tesla
 /N03/det/update
 #
 /vis/viewer/zoom 1.3
 #
 /gun/particle ion
 /gun/ion 8 16 0
 /gun/energy 500 MeV
 #
 /run/beamOn 20
 #
 /process/inactivate ionIoni
 /run/beamOn 20
Comment 1 Vladimir.Ivantchenko 2013-02-05 19:44:45 CET
Hello Michel,

This problem is expected in the default models of ion ionisation: G4BetheBlochModel and G4BraggIonModel. There are alternative models  G4BetheBlochIonGasModel and G4BraggIonGasModel which should be applied for transportation of ions in low-density media.

To address the problem of this report for default ion ionisation models an extra development should be carried out. This is planned for second part of 2013. Making simple modification of the current ion code would be dangerous due to possible side effects.

VI
Comment 2 Vladimir.Ivantchenko 2013-02-25 19:57:52 CET
This problem is moved to working plan of EM standard as new development in 2013 and have been included in JIRA system.

VI