diff options
author | tlatorre <tlatorre@uchicago.edu> | 2018-07-05 13:51:53 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2018-07-05 13:51:53 -0400 |
commit | 1ee8128fedd3e42f083389704d8be59eef6184bf (patch) | |
tree | 938b4b3734eff377a644a88456bc754179d0d70b /muon.h | |
parent | a6c4f3c3de90441347dfe6b25c1c404a7ae930e9 (diff) | |
download | sddm-1ee8128fedd3e42f083389704d8be59eef6184bf.tar.gz sddm-1ee8128fedd3e42f083389704d8be59eef6184bf.tar.bz2 sddm-1ee8128fedd3e42f083389704d8be59eef6184bf.zip |
add functions to compute the range and dE/dx for muons in water
Diffstat (limited to 'muon.h')
-rw-r--r-- | muon.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#ifndef MUON_H +#define MUON_H + +double get_range(double T); +double get_dEdx(double T); + +#endif |