Project
Loading...
Searching...
No Matches
o2::its::constants Namespace Reference

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
 

Variable Documentation

◆ ClustersPerCell

constexpr int o2::its::constants::ClustersPerCell = 3
constexpr

Definition at line 31 of file Constants.h.

◆ DoTimeBenchmarks

constexpr bool o2::its::constants::DoTimeBenchmarks = true
constexpr

Definition at line 28 of file Constants.h.

◆ GB

constexpr float o2::its::constants::GB = MB * KB
constexpr

Definition at line 27 of file Constants.h.

◆ GPUBlocks

constexpr int o2::its::constants::GPUBlocks = 60
constexpr

Definition at line 42 of file Constants.h.

◆ GPUThreads

constexpr int o2::its::constants::GPUThreads = 256
constexpr

Definition at line 43 of file Constants.h.

◆ GPUThreadsTotal

constexpr int o2::its::constants::GPUThreadsTotal = GPUBlocks * GPUThreads
constexpr

Definition at line 44 of file Constants.h.

◆ KB

constexpr float o2::its::constants::KB = 1024.f
constexpr

Definition at line 25 of file Constants.h.

◆ MaxIter

constexpr int o2::its::constants::MaxIter = 4
constexpr

Definition at line 36 of file Constants.h.

◆ MaxNumberOfConcurrentSeeds

constexpr int o2::its::constants::MaxNumberOfConcurrentSeeds = (1 << 12)
constexpr

Definition at line 40 of file Constants.h.

◆ MaxSelectedTrackletsPerCluster

constexpr int o2::its::constants::MaxSelectedTrackletsPerCluster = 100
constexpr

Definition at line 37 of file Constants.h.

◆ MaxTrackSeedQ2Pt

constexpr float o2::its::constants::MaxTrackSeedQ2Pt = 1.e3f
constexpr

Definition at line 41 of file Constants.h.

◆ MB

constexpr float o2::its::constants::MB = KB * KB
constexpr

Definition at line 26 of file Constants.h.

◆ MinNumberOfConcurrentSeeds

constexpr int o2::its::constants::MinNumberOfConcurrentSeeds = (1 << 8)
constexpr

Definition at line 39 of file Constants.h.

◆ NumberOfConcurrentSeeds

constexpr int o2::its::constants::NumberOfConcurrentSeeds = 16
constexpr

Definition at line 38 of file Constants.h.

◆ Radl

constexpr float o2::its::constants::Radl = 9.36f
constexpr

Definition at line 34 of file Constants.h.

◆ Rho

constexpr float o2::its::constants::Rho = 2.33f
constexpr

Definition at line 35 of file Constants.h.

◆ SaveTimeBenchmarks

constexpr bool o2::its::constants::SaveTimeBenchmarks = false
constexpr

Definition at line 29 of file Constants.h.

◆ Tolerance

constexpr float o2::its::constants::Tolerance = 1e-12
constexpr

Definition at line 30 of file Constants.h.

◆ UnsetValue

constexpr float o2::its::constants::UnsetValue = -999.f
constexpr

Definition at line 33 of file Constants.h.

◆ UnusedIndex

constexpr int o2::its::constants::UnusedIndex = -1
constexpr

Definition at line 32 of file Constants.h.