| 
    Jpp 20.0.0-rc.3
    
   the software that should make you happy 
   | 
 
Auxiliary class to find solution(s) to 
#include <JPDF.hh>
Public Member Functions | |
| JRoot (const double R, const double n, const double t) | |
| Determine solution(s) of quadratic equation.   | |
| double | operator[] (const int i) const | 
| Get result by index.   | |
Public Attributes | |
| bool | is_valid | 
| validity of solutions   | |
| double | first | 
| most upstream solution   | |
| double | second | 
| most downstream solution   | |
Auxiliary class to find solution(s) to 

 where 
      
  | 
  inline | 
Determine solution(s) of quadratic equation.
| R | minimal distance of approach [m] | 
| n | index of refraction | 
| t | time at z = 0 [ns] | 
      
  | 
  inline | 
Get result by index.
| i | index (0 or 1) | 
Definition at line 2009 of file JPDF.hh.
| double JPHYSICS::JPDF::JRoot::second |