Project
Loading...
Searching...
No Matches
o2::ft3::ModuleConstants::ML_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::ML_StavePositions::staveID_to_y_midpoint
Initial value:
= {
{-3, {19.1, true}},
{-2, {21.8, true}},
{-1, {22.5, true}},
{1, {22.5, true}},
{2, {21.8, true}},
{3, {19.1, true}}}

Definition at line 162 of file FT3ModuleConstants.h.

◆ staveOnFront

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

Definition at line 177 of file FT3ModuleConstants.h.

◆ x_midpoint_spacing

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

Definition at line 176 of file FT3ModuleConstants.h.

◆ x_midpoints

const std::vector<double> o2::ft3::ModuleConstants::ML_StavePositions::x_midpoints
Initial value:
= {
-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
}

Definition at line 172 of file FT3ModuleConstants.h.

◆ y_lengths

const std::vector<double> o2::ft3::ModuleConstants::ML_StavePositions::y_lengths
Initial value:
= {
30.5, 44.5, 53.6, 60.0, 64.6, 29.5, 25.8, 25.0,
25.0, 25.8, 29.5, 64.6, 60.0, 53.6, 44.5, 30.5}

Definition at line 169 of file FT3ModuleConstants.h.