Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:59:32

0001 /*
0002 # <<BEGIN-copyright>>
0003 # <<END-copyright>>
0004 */
0005 #ifndef PoPs_mass_h_included
0006 #define PoPs_mass_h_included
0007 
0008 #include <statusMessageReporting.h>
0009 
0010 #if defined __cplusplus
0011     extern "C" {
0012     namespace GIDI {
0013 #endif
0014     
0015 double PoPs_particleMass_AMU( statusMessageReporting *smr, char const *name );
0016 
0017 #if defined __cplusplus
0018     }
0019     }
0020 #endif
0021 
0022 #endif          /* End of PoPs_mass_h_included. */