From a752ad53b2712fb58bed611ef9297cb822e1bb20 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Thu, 5 Jul 2018 16:43:24 -0400 Subject: add a function to compute the energy along a muon track --- muon.h | 1 + 1 file changed, 1 insertion(+) (limited to 'muon.h') diff --git a/muon.h b/muon.h index 461339b..d8efcb9 100644 --- a/muon.h +++ b/muon.h @@ -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 -- cgit