You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Detectors/Upgrades/ALICE3/TRK/base/include/TRKBase/Specs.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,11 @@ namespace VD // TODO: add a primitive segmentation with more granularity wrt 1/4
34
34
{
35
35
namespacesilicon
36
36
{
37
-
constexprdouble thickness{30 * mu}; // thickness of the silicon (should be 10 um epitaxial layer + 20 um substrate)?
37
+
constexprdouble thickness{20 * mu}; // thickness of the silicon (should be 10 um epitaxial layer + 20 um substrate)?
38
38
} // namespace silicon
39
39
namespacemetalstack
40
40
{
41
-
constexprdouble thickness{0 * mu}; // thickness of the copper metal stack - for the moment it is not implemented
41
+
constexprdouble 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
0 commit comments