Berkeley Nuclear Data Software
DoseConversion.h
Go to the documentation of this file.
1 #ifndef _DOSE_CONVERSION_H_
2 #define _DOSE_CONVERSION_H_
3 
4 namespace NSDG4
5 {
6 double getmRemcmCubed(double a_gammaEn,double a_deltaL);
7 }
8 
9 #endif
Definition: AbsLYAna.h:7
double getmRemcmCubed(double a_gammaEn, double a_deltaL)
Definition: DoseConversion.cpp:19