/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * hrsccm.inc -> hrsccm.h */ #ifndef __HRSCCM__ #define __HRSCCM__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Hrsccm ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // HaRd SCattering CoMmon: * // * // Created on 01 March 1997 by Alfredo Ferrari & Paola Sala * // Infn - Milan * // * //----------------------------------------------------------------------* // extern struct { double pahrsc; double pjhrsc; double pghrsc; double xehrsc; int ifhrsc; } hrsccm_; #ifdef __cplusplus } #endif #endif