17 G4String mDataKey =
"om_DEGG_Harness";
20 DEGG *m_opticalModule;
22 void placeCADHarness();
23 void placeCADPenetrator();
25 G4VSolid *buildHarnessSolid(G4double rmin, G4double rmax, G4double sphi, G4double dphi, G4double stheta, G4double dtheta);
27 const G4double m_rMin = 150.0 * mm;
28 const G4double m_rMax = 155.0 * mm;
29 const G4double m_sPhi = 0.0 * deg;
30 const G4double m_dPhi = 6.283185307;
31 const G4double m_sTheta = 1.383031327;
32 const G4double m_dTheta = 0.37553;
33 const G4double m_ropeRotationAngleX = 11.245557 * deg;
34 const G4double m_harnessRotAngle = 30 * deg;
35 const G4double m_totalWidth = 170 * mm;