/* * Generated automatically by fh2h.pl * !!! DO NOT EDIT !!! * Edit the original fortran header file instead * or fix fh2h.pl if there is a translation bug. */ #ifndef FH2H_MASSES_H #define FH2H_MASSES_H #ifdef __cplusplus extern "C" { #endif #ifndef IMPLICIT #define IMPLICIT /* Only to point out implicit types */ #endif /*------ fortran header (without commons and data statements) ----------*/ /*****************************************************/ /* @(#)masses.cdk 1.2 modified on 12/30/92*/ /* The particle masses*/ /* PROTON - AMP*/ /* NEUTRON - AMN*/ /* LAMBDA - AML*/ /* SIGMA - AMS*/ /* ELECTRON - AMEL*/ /* MUON - AMMU*/ /* PI 0 - AMPO*/ /* PI +/- - AMPC*/ /* ETA = AMETA*/ /* OMEGA = AMOM*/ /* RHO = AMRHO*/ /* K 0 = AMKO*/ /* K +- = AMKC*/ /* K* 0 = AMKSO*/ /* K* +- = AMKSC*/ /**** The leptons*/ /**** The baryons*/ /**** The mesons*/ /**** The strange mesons.*/ /*common masses was here*/ /*------ common blocks -------------------------------------------------*/ extern struct masses_common { float amel; float ammu; float amp; float amn; float aml; float ams; float ampo; float ampc; float ameta; float amrho; float amomg; float amko; float amkc; float amkso; float amksc; float amtau; } masses_; #ifndef NO_EXTERN_COMMON_POINTERS extern struct masses_common *masses; #endif #ifdef STATIC_COMMON_POINTERS static struct masses_common *masses = &masses_; #endif /*------ data statements -----------------------------------------------*/ #ifndef NO_STATIC_DATA #endif /* #ifndef NO_STATIC_DATA */ /*------ end of fortran header -----------------------------------------*/ #ifdef __cplusplus } #endif #endif /* #ifndef FH2H_MASSES_H */