From 82b66ad4a2674febf57c7a36a50e67dca3a871a5 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Thu, 5 Jul 2018 14:29:17 -0400 Subject: add some comments and divide by the density --- muon.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'muon.h') diff --git a/muon.h b/muon.h index bc7f03e..461339b 100644 --- a/muon.h +++ b/muon.h @@ -1,7 +1,7 @@ #ifndef MUON_H #define MUON_H -double get_range(double T); -double get_dEdx(double T); +double get_range(double T, double rho); +double get_dEdx(double T, double rho); #endif -- cgit