Problem 143 - Documentation error for ion creation
Summary: Documentation error for ion creation
Status: RESOLVED FIXED
Alias: None
Product: Geant4
Classification: Unclassified
Component: particles (show other problems)
Version: 2.0
Hardware: All All
: P1 minor
Assignee: kurasige
URL:
Depends on:
Blocks:
 
Reported: 2000-07-30 19:18 CEST by dcasper
Modified: 2000-07-30 20:06 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
Description dcasper 2000-07-30 19:18:38 CEST
Section 3.9.2.2 of the Application Developer guide erroneously says that
G4ParticleTable::FindIon will create an ion "on the fly".  In fact, this
function only looks up ions and returns null if the requested ion doesn't
already exist.  The correct routine to call is G4ParticleTable::GetIon.
Comment 1 kurasige 2000-07-30 20:06:59 CEST
Thank you.
I'll fix soon.