/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * sfelin.inc -> sfelin.h */ #ifndef __SFELIN__ #define __SFELIN__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Sfelin ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // Statement Functions for Common ELeINp for EMF * // * // Created on 19 April 1997 by Alfredo Ferrari & Paola Sala * // Infn - Milan * // * //----------------------------------------------------------------------* // // Electron dE/dx tabulations: // Positron dE/dx tabulations: // Electron unrestricted NIEL dE/dx tabulations: // Positron unrestricted NIEL dE/dx tabulations: // Electron restricted DPA dE/dx tabulations: // Electron restricted arcDPA dE/dx tabulations: // Electron restricted DPA-NRT dE/dx tabulations: // Positron restricted DPA dE/dx tabulations: // Positron restricted arcDPA dE/dx tabulations: // Positron restricted DPA-NRT dE/dx tabulations: // Electron restricted NIEL dE/dx tabulations: // Positron restricted NIEL dE/dx tabulations: // Electron step tabulations: // Positron step tabulations: // Electron total cross section tabulations: // Positron total cross section tabulations: // Electron bremsstrahlung cross section tabulations: // Positron bremsstrahlung cross section tabulations: // Electron Moller cross section tabulations: // Positron Bhabha cross section tabulations: // Electron photonuclear cross section tabulations: // Positron photonuclear cross section tabulations: // Electron impact ionization cross section tabulations: // Positron impact ionization cross section tabulations: // Electron large angle MCS cross section tabulations: // Positron large angle MCS cross section tabulations: // Positron annihilation cross section tabulations: #ifdef __cplusplus } #endif #endif