Back to home page

EIC code displayed by LXR

 
 

    


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

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