From 767344387b693c0de10a730777b6d4ff5878ac30 Mon Sep 17 00:00:00 2001 From: Philipp Klaus <klaus@physik.uni-frankfurt.de> Date: Tue, 21 Apr 2020 19:47:19 +0200 Subject: [PATCH] main v20c changes --- mvd.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mvd.C b/mvd.C index 3b51bfa..2f41110 100644 --- a/mvd.C +++ b/mvd.C @@ -45,7 +45,7 @@ Float_t sensorDimensionsPassive[3] = {3.097, 0.300, 0.005}; // 2*1.355-(2-1)*0.05+0.3+1.9+0.1 /* MIMOSIS-based tr (tracking) variant (general purpose tracking variant) */ -Float_t stationPosition[4] = {8.0, 12.0, 16.0, 20.0}; +Float_t stationPosition[4] = {4.0, 8.0, 12.0, 16.0}; int sensorRows[4] = {4, 4, 7, 7}; int sensorCols[4] = {2, 2, 4, 4}; Float_t heatsinkWidth[4] = {31.1, 31.1, 37.7, 37.7}; @@ -58,7 +58,7 @@ int carrierMaterials[4] = {1, 1, 1, 1}; // 0 = diamond, 1 = TPG /* MIMOSIS-based vx (vertexing) variant (dedicated vertexing variant) */ /* -Float_t stationPosition[4] = {5.0, 10.0, 15.0, 20.0}; +Float_t stationPosition[4] = {1.0, 6.0, 11.0, 16.0}; int sensorRows[4] = {2, 4, 7, 7}; int sensorCols[4] = {1, 2, 4, 4}; Float_t heatsinkWidth[4] = {23.1, 31.1, 37.7, 37.7}; -- GitLab