32 Sensor(std::string sensorName,
37 float moduleOffset = -59.8f,
38 float sensorLength = 49.9f,
39 float sensorWidth = 2.5f,
40 float sensorThickness = 0.5f,
41 float sensorSpacing = 0.2f);
42 void createSensor(TGeoVolume* motherVolume);
59 Module(std::string moduleName,
64 float zOffset = -500.f,
65 float barLength = 49.9f,
66 float barSpacing = 0.2f,
67 float barWidth = 2.5f,
68 float barThickness = 0.5f);
69 void createModule(TGeoVolume* motherVolume);
82 std::vector<Sensor> mSensors;
87 Stave(std::string staveName,
92 float staveLength = 500.f,
93 float staveWidth = 50.f,
94 float staveThickness = 0.5f,
96 void createStave(TGeoVolume* motherVolume);
105 std::vector<Module> mModules;
113 MIDLayer(
int layerNumber, std::string layerName,
float rInn,
float length,
int nstaves = 16);
118 std::vector<Stave> mStaves;