File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Detectors/Upgrades/ALICE3/TRK/base/include/TRKBase Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -102,16 +102,18 @@ constexpr int nCols{static_cast<int>(length / chip::pitchZ)};
102102
103103namespace ML
104104{
105- constexpr double width{constants::moduleMLOT::width * 1 }; // width of the stave
106- constexpr double length{constants::moduleMLOT::length * 10 }; // length of the stave
105+ constexpr double width{constants::moduleMLOT::width * 1 }; // width of the stave
106+ // constexpr double length{constants::moduleMLOT::length * 10}; // length of the stave
107+ constexpr double length{124 * cm}; // length of the stave, hardcoded to fit the implemented geometry
107108constexpr int nRows{static_cast <int >(width / constants::moduleMLOT::chip::pitchX)}; // number of rows in the stave
108109constexpr int nCols{static_cast <int >(length / constants::moduleMLOT::chip::pitchZ)}; // number of columns in the stave
109110} // namespace ML
110111
111112namespace OT
112- { // // TODO: add shorter lenght of the stave of L4
113- constexpr double width{moduleMLOT::width * 2 }; // width of the stave
114- constexpr double length{moduleMLOT::length * 20 }; // length of the stave
113+ {
114+ constexpr double width{moduleMLOT::width * 2 }; // width of the stave
115+ // constexpr double length{moduleMLOT::length * 20}; // length of the stave
116+ constexpr double length{258 * cm}; // length of the stave, hardcoded to fit the implemented geometry
115117constexpr int nRows{static_cast <int >(width / moduleMLOT::chip::pitchX)}; // number of rows in the stave
116118constexpr int nCols{static_cast <int >(length / moduleMLOT::chip::pitchZ)}; // number of columns in the stave
117119} // namespace OT
You can’t perform that action at this time.
0 commit comments