]> jspc29.x-matter.uni-frankfurt.de Git - mvd_geometry.git/commitdiff
v0.9
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Fri, 4 Aug 2017 15:50:25 +0000 (17:50 +0200)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Fri, 4 Aug 2017 15:50:25 +0000 (17:50 +0200)
mvd.C

diff --git a/mvd.C b/mvd.C
index 505f5a0cc7a5daf78e565ab0e11fab26b923acd5..210f7b516ce271da6773d19462f94c8f6ef1f771 100644 (file)
--- a/mvd.C
+++ b/mvd.C
@@ -1,4 +1,5 @@
 static const int numStations = 4;
+// all units are in cm
 Float_t quadrantBeamOffset[4] = {0.54, 0.54, 0.82, 1.04};
 Float_t carrierDimensions[4][3] = {{5.0, 5.15, 0.015}, {8.0, 8.0, 0.015}, {11.0, 9.9, 0.0300}, {14.0, 12.75, 0.0300}};
 Float_t stationPosition[4] = {5.0, 10.0, 15.0, 20.0};
@@ -8,7 +9,7 @@ Float_t heatsinkHeight = 37.7;
 Float_t heatsinkThickness = 1.;
 Float_t fpcThickness = 0.0009;
 Float_t glueThickness = 0.0008;
-int sensorRows[4] = {3, 5, 7, 10};
+int sensorRows[4] = {2, 5, 7, 10};
 int sensorCols[4] = {1, 2, 3,  4};
 // 3xFSBB : 30 x 13 mm2 (of which the lower 3mm inactive)
 Float_t sensorDimensionsActive[3]  = {3., 1.0, 0.005};