/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * slhdcm.inc -> slhdcm.h */ #ifndef __SLHDCM__ #define __SLHDCM__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // //=== Slhdcm ===========================================================* // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // SLopes for HaDrin (CoMmon): * // * // Created on 01 February 1996 by Alfredo Ferrari & Paola Sala * // Infn - Milan * // * // Smashd is the old SM (Masses for the slope B(M) in GeV) * // Bbmhad is the old BBM (Slope for a mesonic system) * // Bbbhad is the old BBB (Slope for a baryonic system) * // * //----------------------------------------------------------------------* // extern struct { double smashd[25]; double bbmhad[25]; double bbbhad[25]; } slhdcm_; #ifdef __cplusplus } #endif #endif