/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * excsha.inc -> excsha.h */ #ifndef __EXCSHA__ #define __EXCSHA__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // * //=== excsha ===========================================================* // * //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // EXCitation SHAring by Francesco Cerutti, CERN/EN * // * // included in : * // percol * // enecon * // * // Etotcm = * // P2firs = * // P2seco = * // P2thir = * // Fmfirs = * // Fmseco = * // Fmthir = * // Eesha1 = * // Eesha2 = * // Iicase = * // * //----------------------------------------------------------------------* // * extern struct { double etotcm; double p2firs; double p2seco; double p2thir; double fmfirs; double fmseco; double fmthir; double eesha1; double eesha2; int iicase; } excsha_; #ifdef __cplusplus } #endif #endif