/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * bauxcm.inc -> bauxcm.h */ #ifndef __BAUXCM__ #define __BAUXCM__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // * //=== bauxcm ===========================================================* // * //----------------------------------------------------------------------* // * // Copyright (C) 2014-2019: CERN & INFN * // All Rights Reserved. * // * // Biasing AUXiliary CoMmon: * // it refers to the inelastic interaction biasing business * // * // included in : * // kaskad * // elncev * // * //----------------------------------------------------------------------* // * extern struct { double biaine; double biaabs; } bauxcm_; #ifdef __cplusplus } #endif #endif