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

Namespaces

namespace  carbonfoam
 
namespace  detID
 
namespace  pixelarray
 
namespace  rsu
 
namespace  segment
 
namespace  tile
 

Variables

constexpr float cm {1e+2}
 
constexpr float mu {1e-6 * cm}
 
constexpr float mm {1e-3 * cm}
 
constexpr unsigned int nLayers {3}
 
constexpr unsigned int nTotLayers {7}
 
constexpr unsigned int nSensorsIB {2 * nLayers}
 
constexpr float equatorialGap {1 * mm}
 
constexpr std::array< unsigned int, nLayersnSegments {3, 4, 5}
 
constexpr float thickness {50 * mu}
 
constexpr float effThickness {66 * mu}
 
constexpr std::array< float, nLayersradii {19.0006 * mm, 25.228 * mm, 31.4554 * mm}
 
constexpr std::array< float, nLayersradiiInner {radii[0] - thickness / 2.f, radii[1] - thickness / 2.f, radii[2] - thickness / 2.f}
 
constexpr std::array< float, nLayersradiiOuter {radii[0] + thickness / 2.f, radii[1] + thickness / 2.f, radii[2] + thickness / 2.f}
 

Variable Documentation

◆ cm

constexpr float o2::its3::constants::cm {1e+2}
constexpr

Definition at line 26 of file SpecsV2.h.

◆ effThickness

constexpr float o2::its3::constants::effThickness {66 * mu}
constexpr

Definition at line 115 of file SpecsV2.h.

◆ equatorialGap

constexpr float o2::its3::constants::equatorialGap {1 * mm}
constexpr

Definition at line 112 of file SpecsV2.h.

◆ mm

constexpr float o2::its3::constants::mm {1e-3 * cm}
constexpr

Definition at line 28 of file SpecsV2.h.

◆ mu

constexpr float o2::its3::constants::mu {1e-6 * cm}
constexpr

Definition at line 27 of file SpecsV2.h.

◆ nLayers

constexpr unsigned int o2::its3::constants::nLayers {3}
constexpr

Definition at line 109 of file SpecsV2.h.

◆ nSegments

constexpr std::array<unsigned int, nLayers> o2::its3::constants::nSegments {3, 4, 5}
constexpr

Definition at line 113 of file SpecsV2.h.

◆ nSensorsIB

constexpr unsigned int o2::its3::constants::nSensorsIB {2 * nLayers}
constexpr

Definition at line 111 of file SpecsV2.h.

◆ nTotLayers

constexpr unsigned int o2::its3::constants::nTotLayers {7}
constexpr

Definition at line 110 of file SpecsV2.h.

◆ radii

constexpr std::array<float, nLayers> o2::its3::constants::radii {19.0006 * mm, 25.228 * mm, 31.4554 * mm}
constexpr

Definition at line 116 of file SpecsV2.h.

◆ radiiInner

constexpr std::array<float, nLayers> o2::its3::constants::radiiInner {radii[0] - thickness / 2.f, radii[1] - thickness / 2.f, radii[2] - thickness / 2.f}
constexpr

Definition at line 117 of file SpecsV2.h.

◆ radiiOuter

constexpr std::array<float, nLayers> o2::its3::constants::radiiOuter {radii[0] + thickness / 2.f, radii[1] + thickness / 2.f, radii[2] + thickness / 2.f}
constexpr

Definition at line 118 of file SpecsV2.h.

◆ thickness

constexpr float o2::its3::constants::thickness {50 * mu}
constexpr

Definition at line 114 of file SpecsV2.h.