Muon trajectory.  
 More...
#include <JSireneToolkit.hh>
Muon trajectory. 
Definition at line 303 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 322 of file JSireneToolkit.hh.
  324       if (!this->empty()) {
 
  328         if (pos != this->end() && pos != this->begin()) {
 
  332           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 JGeaneWater gWater
Function object for energy loss of muon in sea water. 
 
double getZ() const 
Get position. 
 
virtual double getA() const 
Get energy loss constant. 
 
 
 
 
The documentation for this struct was generated from the following file: