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