Import Geant4 10.2.0 source tree
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
/*
|
||||
# <<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. */
|
||||
Reference in New Issue
Block a user