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

Functions

constexpr std::array< Float_t, LayersNumberLayerZCoordinate ()
 
constexpr std::array< Float_t, LayersNumberInverseLayerZCoordinate ()
 

Variables

constexpr Int_t LayersNumber {10}
 
constexpr Int_t DisksNumber {5}
 
constexpr Int_t TrackletsPerRoad {LayersNumber - 1}
 
constexpr Int_t CellsPerRoad {LayersNumber - 2}
 
constexpr Int_t ClustersPerCell {2}
 
constexpr Int_t UnusedIndex {-1}
 
constexpr Float_t Resolution {0.0005f}
 
constexpr Int_t MaxPointsInRoad {100}
 
constexpr Int_t MaxCellsInRoad {100}
 

Function Documentation

◆ InverseLayerZCoordinate()

constexpr std::array< Float_t, LayersNumber > o2::mft::constants::mft::InverseLayerZCoordinate ( )
constexpr

Definition at line 48 of file Constants.h.

◆ LayerZCoordinate()

constexpr std::array< Float_t, LayersNumber > o2::mft::constants::mft::LayerZCoordinate ( )
constexpr

Definition at line 44 of file Constants.h.

Variable Documentation

◆ CellsPerRoad

constexpr Int_t o2::mft::constants::mft::CellsPerRoad {LayersNumber - 2}
constexpr

Definition at line 40 of file Constants.h.

◆ ClustersPerCell

constexpr Int_t o2::mft::constants::mft::ClustersPerCell {2}
constexpr

Definition at line 41 of file Constants.h.

◆ DisksNumber

constexpr Int_t o2::mft::constants::mft::DisksNumber {5}
constexpr

Definition at line 38 of file Constants.h.

◆ LayersNumber

constexpr Int_t o2::mft::constants::mft::LayersNumber {10}
constexpr

Definition at line 37 of file Constants.h.

◆ MaxCellsInRoad

constexpr Int_t o2::mft::constants::mft::MaxCellsInRoad {100}
constexpr

Definition at line 53 of file Constants.h.

◆ MaxPointsInRoad

constexpr Int_t o2::mft::constants::mft::MaxPointsInRoad {100}
constexpr

Definition at line 52 of file Constants.h.

◆ Resolution

constexpr Float_t o2::mft::constants::mft::Resolution {0.0005f}
constexpr

Definition at line 43 of file Constants.h.

◆ TrackletsPerRoad

constexpr Int_t o2::mft::constants::mft::TrackletsPerRoad {LayersNumber - 1}
constexpr

Definition at line 39 of file Constants.h.

◆ UnusedIndex

constexpr Int_t o2::mft::constants::mft::UnusedIndex {-1}
constexpr

Definition at line 42 of file Constants.h.