From 5c01b6b689800aebbcf84e84d3c30367d05b7fd5 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Fri, 4 Aug 2017 17:50:25 +0200 Subject: [PATCH] v0.9 --- mvd.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mvd.C b/mvd.C index 505f5a0..210f7b5 100644 --- 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}; -- 2.43.0