/* * DO NOT MANUALLY UPDATE THIS FILE. * If needed: make cpp_headers * * fortran2c.py - automatic conversion * phoinp.inc -> phoinp.h */ #ifndef __PHOINP__ #define __PHOINP__ #include "types.h" #ifdef __cplusplus extern "C" { #endif //CREATE PHOINP // //=== Phoinp ===========================================================* // // //----------------------------------------------------------------------* // * // Copyright (C) 2003-2019: CERN & INFN * // All Rights Reserved. * // * // Common PHOINP for EMF * // * // Created on 19 April 1997 by Alfredo Ferrari & Paola Sala * // Infn - Milan * // * //----------------------------------------------------------------------* // extern struct { double ge0[MXXMDE]; double ge1[MXXMDE]; int ngr[MXXMDE]; int igsigt[MXXMDE]; int igcmpt[MXXMDE]; int igprnt[MXXMDE]; int igpret[MXXMDE]; int igphet[MXXMDE]; int igrayt[MXXMDE]; int igprmt[MXXMDE]; } phoinp_; #ifdef __cplusplus } #endif #endif