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 Radl = 9.36f
 
constexpr float Rho = 2.33f
 
constexpr int MaxIter = 4
 

Variable Documentation

◆ ClustersPerCell

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

Definition at line 34 of file Constants.h.

◆ DoTimeBenchmarks

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

Definition at line 31 of file Constants.h.

◆ GB

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

Definition at line 30 of file Constants.h.

◆ KB

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

Definition at line 28 of file Constants.h.

◆ MaxIter

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

Definition at line 38 of file Constants.h.

◆ MB

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

Definition at line 29 of file Constants.h.

◆ Radl

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

Definition at line 36 of file Constants.h.

◆ Rho

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

Definition at line 37 of file Constants.h.

◆ SaveTimeBenchmarks

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

Definition at line 32 of file Constants.h.

◆ Tolerance

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

Definition at line 33 of file Constants.h.

◆ UnusedIndex

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

Definition at line 35 of file Constants.h.