![]() |
Project
|
Namespaces | |
| namespace | helpers |
Variables | |
| constexpr float | KB = 1024.f |
| constexpr float | MB = KB * KB |
| constexpr float | GB = MB * KB |
| constexpr bool | DoTimeBenchmarks = true |
| constexpr bool | SaveTimeBenchmarks = false |
| constexpr float | Tolerance = 1e-12 |
| constexpr int | ClustersPerCell = 3 |
| constexpr int | UnusedIndex = -1 |
| constexpr float | UnsetValue = -999.f |
| constexpr float | Radl = 9.36f |
| constexpr float | Rho = 2.33f |
| constexpr int | MaxIter = 4 |
| constexpr int | MaxSelectedTrackletsPerCluster = 100 |
| constexpr int | NumberOfConcurrentSeeds = 16 |
| constexpr int | MinNumberOfConcurrentSeeds = (1 << 8) |
| constexpr int | MaxNumberOfConcurrentSeeds = (1 << 12) |
| constexpr float | MaxTrackSeedQ2Pt = 1.e3f |
| constexpr int | GPUBlocks = 60 |
| constexpr int | GPUThreads = 256 |
| constexpr int | GPUThreadsTotal = GPUBlocks * GPUThreads |
|
constexpr |
Definition at line 31 of file Constants.h.
|
constexpr |
Definition at line 28 of file Constants.h.
Definition at line 27 of file Constants.h.
|
constexpr |
Definition at line 42 of file Constants.h.
|
constexpr |
Definition at line 43 of file Constants.h.
|
constexpr |
Definition at line 44 of file Constants.h.
|
constexpr |
Definition at line 25 of file Constants.h.
|
constexpr |
Definition at line 36 of file Constants.h.
|
constexpr |
Definition at line 40 of file Constants.h.
|
constexpr |
Definition at line 37 of file Constants.h.
|
constexpr |
Definition at line 41 of file Constants.h.
Definition at line 26 of file Constants.h.
|
constexpr |
Definition at line 39 of file Constants.h.
|
constexpr |
Definition at line 38 of file Constants.h.
|
constexpr |
Definition at line 34 of file Constants.h.
|
constexpr |
Definition at line 35 of file Constants.h.
|
constexpr |
Definition at line 29 of file Constants.h.
|
constexpr |
Definition at line 30 of file Constants.h.
|
constexpr |
Definition at line 33 of file Constants.h.
|
constexpr |
Definition at line 32 of file Constants.h.