ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PoPs_mass.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PoPs_mass.h
1 /*
2 # <<BEGIN-copyright>>
3 # <<END-copyright>>
4 */
5 #ifndef PoPs_mass_h_included
6 #define PoPs_mass_h_included
7 
9 
10 #if defined __cplusplus
11  extern "C" {
12  namespace GIDI {
13 #endif
14 
15 double PoPs_particleMass_AMU( statusMessageReporting *smr, char const *name );
16 
17 #if defined __cplusplus
18  }
19  }
20 #endif
21 
22 #endif /* End of PoPs_mass_h_included. */