Project
Loading...
Searching...
No Matches
o2::trk::constants::moduleMLOT Namespace Reference

same for ML and OT for the moment More...

Namespaces

namespace  chip
 
namespace  gaps
 
namespace  metalstack
 
namespace  silicon
 TODO: account for different modules in case of changes.
 

Variables

constexpr double width {chip::width * 2 + gaps::interChips + 2 * gaps::outerEdgeLongSide}
 
constexpr double length {chip::length * 4 + 3 * gaps::interChips + 2 * gaps::outerEdgeShortSide}
 
constexpr int nRows {static_cast<int>(width / chip::pitchX)}
 
constexpr int nCols {static_cast<int>(length / chip::pitchZ)}
 

Detailed Description

same for ML and OT for the moment

Variable Documentation

◆ length

constexpr double o2::trk::constants::moduleMLOT::length {chip::length * 4 + 3 * gaps::interChips + 2 * gaps::outerEdgeShortSide}
constexpr

Definition at line 98 of file Specs.h.

◆ nCols

constexpr int o2::trk::constants::moduleMLOT::nCols {static_cast<int>(length / chip::pitchZ)}
constexpr

Definition at line 100 of file Specs.h.

◆ nRows

constexpr int o2::trk::constants::moduleMLOT::nRows {static_cast<int>(width / chip::pitchX)}
constexpr

Definition at line 99 of file Specs.h.

◆ width

constexpr double o2::trk::constants::moduleMLOT::width {chip::width * 2 + gaps::interChips + 2 * gaps::outerEdgeLongSide}
constexpr

Definition at line 97 of file Specs.h.