File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Detectors/Upgrades/ALICE3/TRK/base/include/TRKBase Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ namespace chip
7979{
8080constexpr double width{25 * mm}; // width of the chip
8181constexpr double length{32 * mm}; // length of the chip
82- constexpr double pitchX{50 * mu}; // pitch of the row
83- constexpr double pitchZ{50 * mu}; // pitch of the column
82+ constexpr double pitchX{20 * mu}; // pitch of the row
83+ constexpr double pitchZ{20 * mu}; // pitch of the column
8484constexpr double totalThickness{silicon::thickness + metalstack::thickness}; // total thickness of the chip
8585static constexpr double passiveEdgeReadOut{1.5 * mm}; // width of the readout edge -> dead zone
8686constexpr int nRows{static_cast <int >((width - passiveEdgeReadOut) / pitchX)}; // number of rows in the chip
@@ -138,7 +138,6 @@ constexpr double pitchZ{10.0 * mu};
138138constexpr double responseYShift{5 * mu}; // / center of the epitaxial layer
139139constexpr double thickness{20 * mu};
140140} // namespace alice3resp
141-
142141} // namespace o2::trk::constants
143142
144143#endif
You can’t perform that action at this time.
0 commit comments