Skip to content
Snippets Groups Projects
Commit 0b86f9c7 authored by Philipp Klaus's avatar Philipp Klaus
Browse files

v17b as created by D.Emschermann

parent d4dbe8d5
No related branches found
No related tags found
No related merge requests found
// 2020-04-22 - DE - mode MVD upstream by -4.0 cm in z to fit the long STS v19i
static const int numStations = 4;
// all units are in cm
//Float_t quadrantBeamOffset[4] = {0.54, 0.54, 0.82, 1.04};
......@@ -25,7 +27,8 @@ Float_t sensorDimensionsActive[3] = {3.097, 1.355, 0.005};
Float_t sensorDimensionsPassive[3] = {3.097, 0.300, 0.005};
/* MIMOSIS-based vx (vertexing) geo */
Float_t stationPosition[4] = {5.0, 10.0, 15.0, 20.0};
//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};
......@@ -38,7 +41,8 @@ Float_t carrierDimensions[4][3] = {{4.10, 4.96, 0.015}, {7.19, 7.57, 0.015}, {13
/* MIMOSIS-based tr (tracking) geo */
/*
Float_t stationPosition[4] = {8.0, 12.0, 16.0, 20.0};
//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};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment