Skip to content

Commit 35fc90d

Browse files
authored
[ALICE3] TRK: changed ML/OT pitch to 20 um (#15203)
1 parent cfb2c3a commit 35fc90d

File tree

1 file changed

+2
-3
lines changed
  • Detectors/Upgrades/ALICE3/TRK/base/include/TRKBase

1 file changed

+2
-3
lines changed

Detectors/Upgrades/ALICE3/TRK/base/include/TRKBase/Specs.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ namespace chip
7979
{
8080
constexpr double width{25 * mm}; // width of the chip
8181
constexpr 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
8484
constexpr double totalThickness{silicon::thickness + metalstack::thickness}; // total thickness of the chip
8585
static constexpr double passiveEdgeReadOut{1.5 * mm}; // width of the readout edge -> dead zone
8686
constexpr int nRows{static_cast<int>((width - passiveEdgeReadOut) / pitchX)}; // number of rows in the chip
@@ -138,7 +138,6 @@ constexpr double pitchZ{10.0 * mu};
138138
constexpr double responseYShift{5 * mu}; /// center of the epitaxial layer
139139
constexpr double thickness{20 * mu};
140140
} // namespace alice3resp
141-
142141
} // namespace o2::trk::constants
143142

144143
#endif

0 commit comments

Comments
 (0)