![]() |
Project
|
Functions | |
| GPUhdi () const expr float computePhi(float x | |
| if (o2::gpu::CAMath::Abs(area)< constants::Tolerance) | |
| return f * | area (d1 *d2 *d3) |
| return *k1 *k2 *y1 y3 k2 *x1 x2 k1 *x2 | x3 (k2 - k1) |
| return (z1 - z2)/d | |
Variables | |
| float | y |
| float | y1 |
| float float | x2 |
| float float float | y2 |
| float float float float | x3 |
| float float float float float | y3 |
| const float | dx1 = x2 - x1 |
| const float | dy1 = y2 - y1 |
| const float | dx2 = x3 - x2 |
| const float | dy2 = y3 - y2 |
| const float | dx3 = x1 - x3 |
| const float | dy3 = y1 - y3 |
| const float | d1 = o2::gpu::CAMath::Sqrt((dx1 * dx1) + (dy1 * dy1)) |
| const float | d2 = o2::gpu::CAMath::Sqrt((dx2 * dx2) + (dy2 * dy2)) |
| const float | d3 = o2::gpu::CAMath::Sqrt((dx3 * dx3) + (dy3 * dy3)) |
| const float | k1 = (y2 - y1) / dx21 |
| const float | k2 = (y3 - y2) / dx32 |
| float float float float | z1 |
| float float float float float | z2 |
| float | b |
| const float | phiB |
| const float const float | phiCut |
| float | w |
| float | v |
| float | p |
| float float | xX0 |
| o2::its::math_utils::GPUhdi | ( | ) | const |
Definition at line 38 of file MathUtils.h.
| o2::its::math_utils::if | ( | ) |
Definition at line 53 of file MathUtils.h.
| o2::its::math_utils::return | ( | z1 - | z2 | ) |
| float o2::its::math_utils::b |
Definition at line 92 of file MathUtils.h.
Definition at line 59 of file MathUtils.h.
Definition at line 60 of file MathUtils.h.
Definition at line 61 of file MathUtils.h.
Definition at line 56 of file MathUtils.h.
Definition at line 57 of file MathUtils.h.
Definition at line 58 of file MathUtils.h.
Definition at line 56 of file MathUtils.h.
Definition at line 57 of file MathUtils.h.
Definition at line 58 of file MathUtils.h.
Definition at line 75 of file MathUtils.h.
Definition at line 75 of file MathUtils.h.
| float o2::its::math_utils::p |
Definition at line 123 of file MathUtils.h.
| const float o2::its::math_utils::phiB |
Definition at line 97 of file MathUtils.h.
| return deltaPhi< phiCut||deltaPhi > o2::constants::math::TwoPI o2::its::math_utils::phiCut |
Definition at line 97 of file MathUtils.h.
| float o2::its::math_utils::v |
Definition at line 113 of file MathUtils.h.
| float float o2::its::math_utils::w |
Definition at line 108 of file MathUtils.h.
| float float o2::its::math_utils::x2 |
Definition at line 49 of file MathUtils.h.
| float float float float o2::its::math_utils::x3 |
Definition at line 49 of file MathUtils.h.
| float float o2::its::math_utils::xX0 |
Definition at line 123 of file MathUtils.h.
| float o2::its::math_utils::y |
Definition at line 28 of file MathUtils.h.
| float o2::its::math_utils::y1 |
Definition at line 49 of file MathUtils.h.
| float float float o2::its::math_utils::y2 |
Definition at line 49 of file MathUtils.h.
| float float float float float o2::its::math_utils::y3 |
Definition at line 49 of file MathUtils.h.
| float float float float o2::its::math_utils::z1 |
Definition at line 82 of file MathUtils.h.
| float float float float float o2::its::math_utils::z2 |
Definition at line 82 of file MathUtils.h.