Project
Loading...
Searching...
No Matches
o2::trk::constants::VD::petal::layer Namespace Reference

Variables

constexpr double pitchX {10 * mu}
 
constexpr double pitchZ {10 * mu}
 
constexpr double totalThickness {silicon::thickness + metalstack::thickness}
 
constexpr std::array< double, nLayersradii {0.5 * cm, 1.2 * cm, 2.5 * cm}
 
constexpr std::array< double, nLayerswidth {radii[0] * 2 * M_PI / 4, radii[1] * 2 * M_PI / 4, radii[2] * 2 * M_PI / 4}
 
constexpr double length {50 * cm}
 
constexpr int nCols {static_cast<int>(length / pitchZ)}
 
constexpr std::array< int, nLayersnRows {static_cast<int>(width[0] / pitchX), static_cast<int>(width[1] / pitchX), static_cast<int>(width[2] / pitchX)}
 

Variable Documentation

◆ length

constexpr double o2::trk::constants::VD::petal::layer::length {50 * cm}
constexpr

Definition at line 54 of file Specs.h.

◆ nCols

constexpr int o2::trk::constants::VD::petal::layer::nCols {static_cast<int>(length / pitchZ)}
constexpr

Definition at line 55 of file Specs.h.

◆ nRows

constexpr std::array<int, nLayers> o2::trk::constants::VD::petal::layer::nRows {static_cast<int>(width[0] / pitchX), static_cast<int>(width[1] / pitchX), static_cast<int>(width[2] / pitchX)}
constexpr

Definition at line 56 of file Specs.h.

◆ pitchX

constexpr double o2::trk::constants::VD::petal::layer::pitchX {10 * mu}
constexpr

Definition at line 49 of file Specs.h.

◆ pitchZ

constexpr double o2::trk::constants::VD::petal::layer::pitchZ {10 * mu}
constexpr

Definition at line 50 of file Specs.h.

◆ radii

constexpr std::array<double, nLayers> o2::trk::constants::VD::petal::layer::radii {0.5 * cm, 1.2 * cm, 2.5 * cm}
constexpr

Definition at line 52 of file Specs.h.

◆ totalThickness

constexpr double o2::trk::constants::VD::petal::layer::totalThickness {silicon::thickness + metalstack::thickness}
constexpr

Definition at line 51 of file Specs.h.

◆ width

constexpr std::array<double, nLayers> o2::trk::constants::VD::petal::layer::width {radii[0] * 2 * M_PI / 4, radii[1] * 2 * M_PI / 4, radii[2] * 2 * M_PI / 4}
constexpr

Definition at line 53 of file Specs.h.