Project
Loading...
Searching...
No Matches
o2::ft3::ModuleConstants::OT_StavePositions Namespace Reference

Variables

const std::map< int, std::pair< double, bool > > staveID_to_y_midpoint
 
const std::vector< double > y_lengths
 
const std::vector< double > x_midpoints
 
const double x_midpoint_spacing = 4.5
 
const std::vector< bool > staveOnFront
 

Variable Documentation

◆ staveID_to_y_midpoint

const std::map<int, std::pair<double, bool> > o2::ft3::ModuleConstants::OT_StavePositions::staveID_to_y_midpoint
Initial value:
= {
{-2, {39.0, true}},
{-1, {41.4, true}},
{1, {41.4, true}},
{2, {39.0, true}}}

Definition at line 135 of file FT3ModuleConstants.h.

◆ staveOnFront

const std::vector<bool> o2::ft3::ModuleConstants::OT_StavePositions::staveOnFront
Initial value:
=
{
1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1,
0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0
}

Definition at line 152 of file FT3ModuleConstants.h.

◆ x_midpoint_spacing

const double o2::ft3::ModuleConstants::OT_StavePositions::x_midpoint_spacing = 4.5

Definition at line 151 of file FT3ModuleConstants.h.

◆ x_midpoints

const std::vector<double> o2::ft3::ModuleConstants::OT_StavePositions::x_midpoints
Initial value:
= {
-65.25, -60.75, -56.25, -51.75, -47.25, -42.75, -38.25,
-33.75, -29.25, -24.75, -20.25, -15.75, -11.25, -6.75, -2.25,
2.25, 6.75, 11.25, 15.75, 20.25, 24.75, 29.25, 33.75,
38.25, 42.75, 47.25, 51.75, 56.25, 60.75, 65.25
}

Definition at line 145 of file FT3ModuleConstants.h.

◆ y_lengths

const std::vector<double> o2::ft3::ModuleConstants::OT_StavePositions::y_lengths
Initial value:
= {
52.8, 66.0, 79.2, 92.4, 99.0, 105.6, 118.8, 118.8,
128.7, 132.0, 132.0, 138.6, 138.6, 56.1, 52.8,
52.8, 56.1, 138.6, 138.6, 132.0, 132.0, 128.7,
118.8, 118.8, 105.6, 99.0, 92.4, 79.2, 66.0, 52.8}

Definition at line 140 of file FT3ModuleConstants.h.