diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-07-05 16:43:24 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-07-05 16:43:24 -0400 |
commit | a752ad53b2712fb58bed611ef9297cb822e1bb20 (patch) | |
tree | 46ad46dec00f4aa3dfe81b9cb13a29a29a6c49d7 /muon.h | |
parent | bb92a32d1770f97ac7503b6c3346bc36081279d9 (diff) | |
download | sddm-a752ad53b2712fb58bed611ef9297cb822e1bb20.tar.gz sddm-a752ad53b2712fb58bed611ef9297cb822e1bb20.tar.bz2 sddm-a752ad53b2712fb58bed611ef9297cb822e1bb20.zip |
add a function to compute the energy along a muon track
Diffstat (limited to 'muon.h')
-rw-r--r-- | muon.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #define MUON_H double get_range(double T, double rho); +double get_E(double T, double x, double rho); double get_dEdx(double T, double rho); #endif |