We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7057c04 commit 3742372Copy full SHA for 3742372
2 files changed
Detectors/ITSMFT/MFT/base/src/Geometry.cxx
@@ -69,7 +69,7 @@ const Double_t Geometry::sGlueRohacellCarbonThickness = 0.0025 / 2; // glue betw
69
const Double_t Geometry::sKaptonOnCarbonThickness = 0.0013 / 2; // thickness of the kapton layer on the heat exchanger carbone plate
70
const Double_t Geometry::sKaptonGlueThickness = 0.0027 / 2; // thickness of the kapton layer glue
71
72
-const Int_t Geometry::sGrooves = 0; // grooves or not grooves, that's the question... 0 without grooves, 1 with grooves at your own risks!
+const Int_t Geometry::sGrooves = 1; // 0 without grooves, 1 with grooves
73
74
// need to do this, because of the different conventions between
75
// ITS and MFT in placing the chips (rows, cols) in the geometry
0 commit comments