Ignore:
Timestamp:
Dec 16, 2009, 12:14:47 PM (15 years ago)
Author:
garnier
Message:

CVS update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/documents/UserDoc/DocBookUsersGuides/PhysicsReferenceManual/latex/electromagnetic/miscellaneous/setcuts.tex

    r1211 r1222  
    1818one geometry is valid also for the other geometries.
    1919
    20 The value of cut is defined only for electrons, positrons and gamma.
     20The value of cut is defined for electrons, positrons, gamma and protons.
    2121At the beginning of initialization of Geant4 physics the conversion from unique
    2222{\it cut in range} to cuts in kinetic energy for each {\it G4MaterialCutsCouple}
     
    4040the corresponding kinetic energy can be found out. If obtained $cut in energy$
    4141cannot be below
    42 the parameter $lowlimit$ (default $1 \; keV$).
     42the parameter $lowlimit$ (default $1 \; keV$) and above $highlimit$ (default $10 \; GeV$).
    4343If in specific application lower cut is required,
    4444then the allowed energy cut needs to be extended:\\
    4545\\
    4646{\it \footnotesize G4ProductionCutsTable::GetProductionCutsTable()$\to$SetEnergyRange(lowlimit,highlimit);}
    47 
     47or via UI commands
     48$$/cuts/setMinCutEnergy\;\; 100\;\; eV$$
     49$$/cuts/setMaxCutEnergy\;\; 100\;\; TeV$$
    4850In contrary to electrons, gammas has no range, so some approximation should
    4951be used for range to energy conversion.
     
    7375{\it highlimit}.
    7476
     77The cut for proton is introduced with Geant4 v9.3. The main goal
     78of this cut is to limit production of all recoil ions including protons
     79 in elastic scattering
     80processes. A simple linear conversion formula is used to compute energy threshold from the value
     81of cut in range, in particular, the cut in range $1~mm$ corresponds
     82to the production threshold $100 keV$.
     83
    7584The conversion from range to energy can be studied using {\it G4EmCalculator}
    7685class. This class allows access or recalculation of energy loss, ranges and
     
    9099   04.12.04 minor re-wording by D.H. Wright \\
    91100   18.05.07 rewritten by V. Ivanchenko \\
    92    11.12.08 minor revision by V. Ivanchenko \\
     101   11.12.08 minor revision by V. Ivanchenko, Geant4 v9.2 \\
     102   11.12.09 minor revision by V. Ivanchenko, Geant4 v9.3 \\
    93103
    94104\begin{latexonly}
Note: See TracChangeset for help on using the changeset viewer.