76 if ( ! gGeoManager ) {
77 LOG(error) <<
"StsSensorFactory: no TGeoManeger present!";
82 TString sensorName =
"";
83 TString material =
"";
86 Double_t thickness = 0.;
90 sensorName =
"Sensor01";
96 if ( CreateSensor(sensorName, material, xSize, ySize, thickness, colour) )
100 sensorName =
"Sensor02";
101 material =
"silicon";
106 if ( CreateSensor(sensorName, material, xSize, ySize, thickness, colour) )
110 sensorName =
"Sensor03";
111 material =
"silicon";
116 if ( CreateSensor(sensorName, material, xSize, ySize, thickness, colour) )
120 sensorName =
"Sensor04";
121 material =
"silicon";
126 if ( CreateSensor(sensorName, material, xSize, ySize, thickness, colour) )
130 sensorName =
"Sensor05";
131 material =
"silicon";
136 if ( CreateSensor(sensorName, material, xSize, ySize, thickness, colour) )
140 sensorName =
"Sensor06";
141 material =
"silicon";
146 if ( CreateSensor(sensorName, material, xSize, ySize, thickness, colour) )