/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * cbm2pr.inc -> cbm2pr.h */ #ifndef __CBM2PR__ #define __CBM2PR__ #include "types.h" #ifdef __cplusplus extern "C" { #endif // * //=== cbm2pr ===========================================================* // * //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // Common from BMe TO Peanut PRequilibrium: * // * //----------------------------------------------------------------------* // * extern struct { double etfrgm; double pxfrgm; double pyfrgm; double pzfrgm; double ajsfrx; double ajsfry; double ajsfrz; int ialifr; int izlifr; int iahefr; int izhefr; } cbm2pr_; #ifdef __cplusplus } #endif #endif