Skip to content

Commit

Permalink
Document NRC bremsstrahlung cross section option
Browse files Browse the repository at this point in the history
  • Loading branch information
mxxo authored and ftessier committed Jun 27, 2022
1 parent 2e74c8e commit c404f26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion HEN_HOUSE/doc/src/pirs898-egs++/common.doxy
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ The Monte Carlo transport parameters have important and significant influence on
Electron-step algorithm = PRESTA-II # PRESTA-II (default),PRESTA-I
Spin effects = On # On (default),Off
Brems angular sampling = KM # Simple,KM (default)
Brems cross sections = BH # BH (default),NIST
Brems cross sections = BH # BH (default), NIST, NRC
Pair angular sampling = Simple # Off, Simple (default),KM
Triplet production = Off # On or Off (default)
Electron Impact Ionization = Off # On, Off (default), casnati, kolbenstvedt, gryzinski
Expand Down
8 changes: 5 additions & 3 deletions HEN_HOUSE/interface/egs_interface2.h
Original file line number Diff line number Diff line change
Expand Up @@ -419,12 +419,14 @@ struct EGS_XOptions {
/*! Determines the bremsstrahlung cross sections differential in the
photon energy to be used for sampling the photon energy.
If set to 0, the Bethe-Heitler high energy approximation will be
used, if set to 1 the NIST tabulations provided by Steve Seltzer
will be employed. Default is 0.
used. If set to 1, the NIST tabulations provided by Steve Seltzer
will be employed. If set to 2, the NRC brems data will be used,
which is a modified version of the NIST data with corrected
electron-electron brems contributions. Default is 0.
Can be set in the input file using
\verbatim
Brems cross sections= BH or NIST
Brems cross sections= BH or NIST or NRC
\endverbatim
*/
EGS_I32 ibr_nist;
Expand Down

0 comments on commit c404f26

Please sign in to comment.