Program Listing for File ParticleMass.h
↰ Return to documentation for file (include/crpropa/ParticleMass.h
)
#ifndef CRPROPA_PARTICLE_MASS_H
#define CRPROPA_PARTICLE_MASS_H
namespace crpropa {
double nuclearMass(int id);
double nuclearMass(int A, int Z);
} // namespace crpropa
#endif // CRPROPA_PARTICLE_MASS_H