Skip to content

Commit e62ddfe

Browse files
committed
VD layer sensitive silicon 20 um, 80 um non-sens
1 parent 9ca7f3a commit e62ddfe

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ namespace VD // TODO: add a primitive segmentation with more granularity wrt 1/4
3434
{
3535
namespace silicon
3636
{
37-
constexpr double thickness{30 * mu}; // thickness of the silicon (should be 10 um epitaxial layer + 20 um substrate)?
37+
constexpr double thickness{20 * mu}; // thickness of the silicon (should be 10 um epitaxial layer + 20 um substrate)?
3838
} // namespace silicon
3939
namespace metalstack
4040
{
41-
constexpr double thickness{0 * mu}; // thickness of the copper metal stack - for the moment it is not implemented
41+
constexpr double thickness{80 * mu}; // thickness of the copper metal stack - for the moment it is not implemented. PL: set to 80 um considering silicon as material
4242
} // namespace metalstack
4343
namespace petal
4444
{

0 commit comments

Comments
 (0)