|
| virtual double | getA () const =0 |
| | Get energy loss constant. More...
|
| |
| virtual double | getB () const =0 |
| | Get energy loss constant. More...
|
| |
| virtual double | getE (const double E, const double dx) const =0 |
| | Get energy of muon after specified distance. More...
|
| |
| virtual double | getX (const double E0, const double E1) const =0 |
| | Get distance traveled by muon. More...
|
| |
| double | operator() (const double E, const double dx) const |
| | Energy of muon after specified distance. More...
|
| |
| double | operator() (const double E) const |
| | Range of muon. More...
|
| |
| double | operator() () const |
| | Equivalent unit track length per unit shower energy and per unit track length. More...
|
| |
Interface for muon energy loss.
This interface provides for the various function object operators.
Definition at line 42 of file JGeane.hh.