source: trunk/source/processes/electromagnetic/lowenergy/test/G4AugerDataTest.readme @ 1199

Last change on this file since 1199 was 1199, checked in by garnier, 15 years ago

nvx fichiers dans CVS

File size: 1.2 KB
Line 
1This document briefly describe the unit test G4AugerDataTest.
2
3Geant4 and AIDA environments must be set.
4 
5The test can be run in interctive or batch mode: batch mode ia automatically selected if Z-number is placed after the executable in the command line.
6
7In intercative mode Z of the element is asked to the user, then the index of the shell in wich the vacancy is placed, the index of the vacancy which the electron filling the vacancy comes from and finally the index of the shell which the auger electron comes from. all results are printed on stdout.
8
9In batch mode all data for all transitions of the selected element (z-number must follow commnd line) is extracted and store in two files. The first file has the format fluorescenceZ.xml, and contains a cloud containing all the energies of all transitions. th second file is in the format fluorescencetupleZ.hbk and contains a tuple with the following structure:
10
11Z, DataType, ShellStart, ShellStop, Shell Originating Auger Electrons, Energy, Probability, Energy Uncertainty, Type.
12
13All fields are int but Energy, Probabilty and uncertaintythat are double. Data Type and Type are set to 0 are are present only for comparison purposes.
Note: See TracBrowser for help on using the repository browser.