Muon trajectory.
More...
#include <JSireneToolkit.hh>
Muon trajectory.
Definition at line 326 of file JSireneToolkit.hh.
JSIRENE::JTrack::JTrack |
( |
const JVertex & |
vertex | ) |
|
|
inline |
double JSIRENE::JTrack::getE |
( |
const double |
z | ) |
const |
|
inline |
Get muon energy at given position.
- Parameters
-
- Returns
- energy [GeV]
Definition at line 345 of file JSireneToolkit.hh.
347 if (!this->empty()) {
351 if (pos != this->end() && pos != this->begin()) {
355 return pos->getE() - (z - pos->getZ()) *
gWater.
getA();
JComparator< JResult_t T::*, JComparison::lt > make_comparator(JResult_t T::*member)
Helper method to create comparator between values of data member.
static const double MASS_MUON
muon mass [GeV]
static const JGeaneWater gWater
Function object for energy loss of muon in sea water.
double getZ() const
Get position.
virtual double getA() const override
Get energy loss constant.
The documentation for this struct was generated from the following file: