|
| | JGeane (const double __a, const double __b) |
| | constructor More...
|
| |
| double | getA () const |
| | Get energy loss constant. More...
|
| |
| double | getB () const |
| | Get energy loss constant. More...
|
| |
| double | getE (const double E, const double dx) const |
| | Get energy of muon after specified distance. More...
|
| |
| double | getDE (const double dx) const |
| | Get derivative of energy of muon after specified distance. 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...
|
| |
Function object for the Energy loss of the muon.
The energy loss can be formulated as:
N.B:
and
are assumed constant (internal units m and GeV, respectively).
Definition at line 38 of file JGeane.hh.