Skip to content
Snippets Groups Projects
Commit 76734438 authored by Philipp Klaus's avatar Philipp Klaus Committed by Eoin Clerkin
Browse files

main v20c changes

parent 5040fe85
No related branches found
No related tags found
No related merge requests found
......@@ -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};
......
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