#include <TrSqrt.h>
|
std::vector< double > | m_r |
|
std::vector< double > | m_t |
|
Definition at line 10 of file TrSqrt.h.
◆ TrSqrt()
◆ getTFromR()
Definition at line 128 of file TrRelation.cxx.
132 double precision(0.001);
133 double t_max(input_rt.
tUpper());
134 double t_min(input_rt.
tLower());
139 while (t_max - t_min > 0.1 && std::abs(input_rt.
radius(0.5 * (t_min + t_max)) -
r) > precision) {
140 if (input_rt.
radius(0.5 * (t_min + t_max)) >
r) {
141 t_max = 0.5 * (t_min + t_max);
143 t_min = 0.5 * (t_min + t_max);
147 return 0.5 * (t_min + t_max);
◆ rFromT()
double TrSqrt::rFromT |
( |
const double |
t, |
|
|
bool & |
out_of_bound_flag |
|
) |
| const |
◆ tFromR()
double TrSqrt::tFromR |
( |
const double |
r, |
|
|
bool & |
out_of_bound_flag |
|
) |
| const |
◆ m_r
std::vector<double> MuonCalib::TrRelation::m_r |
|
privateinherited |
◆ m_t
std::vector<double> MuonCalib::TrRelation::m_t |
|
privateinherited |
The documentation for this class was generated from the following files: