Files
geant4/source/processes/hadronic/models/lend/include/PoPs_mass.h
T
2016-06-10 14:11:04 +02:00

23 lines
393 B
C++

/*
# <<BEGIN-copyright>>
# <<END-copyright>>
*/
#ifndef PoPs_mass_h_included
#define PoPs_mass_h_included
#include <statusMessageReporting.h>
#if defined __cplusplus
extern "C" {
namespace GIDI {
#endif
double PoPs_particleMass_AMU( statusMessageReporting *smr, char const *name );
#if defined __cplusplus
}
}
#endif
#endif /* End of PoPs_mass_h_included. */