aboutsummaryrefslogtreecommitdiff
path: root/muon.h
blob: d8efcb9410f1c3eece4c814ced759c8b1ba14d96 (plain)
1
2
3
4
5
6
7
8
#ifndef MUON_H
#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