12 #include "GeoModelKernel/GeoTube.h"
13 #include "GeoModelKernel/GeoLogVol.h"
14 #include "GeoModelKernel/GeoPhysVol.h"
15 #include "GaudiKernel/SystemOfUnits.h"
20 inline double sqr(
double x) {
return x*
x;}
40 for(
int i=0;
i<3; ++
i) {
45 std::cout <<
"SCT_FwdOptoHarness: ERROR. Disc type is missing" <<
m_type << std::endl;
46 std::cout <<
"Assuming type 1" << std::endl;
61 const GeoLogVol * optoHarnessLog =
new GeoLogVol(
getName(), optoHarnessShape,
m_material);
63 GeoPhysVol * optoHarness =
new GeoPhysVol(optoHarnessLog);