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

Namespaces

namespace  index_table
 
namespace  mft
 

Functions

const Double_t diskThicknessInX0 (Int_t id)
 
const Double_t layerZPosition (Int_t id)
 

Variables

constexpr Int_t DisksNumber {5}
 
constexpr Int_t LayersNumber {2 * DisksNumber}
 
constexpr Int_t HalvesNumber {2}
 
constexpr Double_t LayerZPosition [] = {-45.3, -46.7, -48.6, -50.0, -52.4, -53.8, -67.7, -69.1, -76.1, -77.5}
 layer Z position to the middle of the CMOS sensor
 
constexpr Double_t DiskThicknessInX0 [DisksNumber] = {0.008, 0.008, 0.008, 0.008, 0.008}
 disk thickness in X0
 

Function Documentation

◆ diskThicknessInX0()

const Double_t o2::mft::constants::diskThicknessInX0 ( Int_t  id)
inline

Definition at line 37 of file Constants.h.

◆ layerZPosition()

const Double_t o2::mft::constants::layerZPosition ( Int_t  id)
inline

Definition at line 38 of file Constants.h.

Variable Documentation

◆ DisksNumber

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

Definition at line 27 of file Constants.h.

◆ DiskThicknessInX0

constexpr Double_t o2::mft::constants::DiskThicknessInX0[DisksNumber] = {0.008, 0.008, 0.008, 0.008, 0.008}
constexpr

disk thickness in X0

Definition at line 35 of file Constants.h.

◆ HalvesNumber

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

Definition at line 29 of file Constants.h.

◆ LayersNumber

constexpr Int_t o2::mft::constants::LayersNumber {2 * DisksNumber}
constexpr

Definition at line 28 of file Constants.h.

◆ LayerZPosition

constexpr Double_t o2::mft::constants::LayerZPosition[] = {-45.3, -46.7, -48.6, -50.0, -52.4, -53.8, -67.7, -69.1, -76.1, -77.5}
constexpr

layer Z position to the middle of the CMOS sensor

Definition at line 32 of file Constants.h.