![]() |
Project
|
#include "CommonConstants/MathConstants.h"
#include "ITStracking/Constants.h"
#include "MathUtils/Utils.h"
#include "GPUCommonMath.h"
#include "GPUCommonDef.h"
Go to the source code of this file.
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::its |
namespace | o2::its::math_utils |
Functions | |
o2::its::math_utils::GPUhdi () float computePhi(float x | |
o2::its::math_utils::if (o2::gpu::CAMath::Abs(d)< o2::its::constants::Tolerance) | |
return *k1 *k2 *y1 y3 k2 *x1 x2 k1 *x2 | o2::its::math_utils::x3 (k2 - k1) |
o2::its::math_utils::return (z1 - z2)/d | |
Variables | |
float | o2::its::math_utils::y |
float | o2::its::math_utils::y1 |
float float | o2::its::math_utils::x2 |
float float float | o2::its::math_utils::y2 |
float float float float | o2::its::math_utils::x3 |
float float float float float | o2::its::math_utils::y3 |
const float | o2::its::math_utils::a |
const float | o2::its::math_utils::b |
const float | o2::its::math_utils::den = o2::gpu::CAMath::Hypot(d * x1 - a, d * y1 - b) |
const float | o2::its::math_utils::k1 = (y2 - y1) / dx21 |
const float | o2::its::math_utils::k2 = (y3 - y2) / dx32 |
float float float float | o2::its::math_utils::z1 |
float float float float float | o2::its::math_utils::z2 |
float | o2::its::math_utils::p |
float float | o2::its::math_utils::xX0 |