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};
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};