19 G4String mDataKey =
"om_DEGG_Harness";
24 void CADHarnessRopes();
26 void PlaceCADString();
27 void CADHarnessWaistband();
29 G4VSolid *buildHarnessSolid(G4double rmin, G4double rmax, G4double sphi, G4double dphi, G4double stheta, G4double dtheta);
31 const G4double m_rMin = 150.0 * mm;
32 const G4double m_rMax = 155.0 * mm;
33 const G4double m_sPhi = 0.0 * deg;
34 const G4double m_dPhi = 6.283185307;
35 const G4double m_sTheta = 1.383031327;
36 const G4double m_dTheta = 0.37553;
37 const G4double m_ropeRotationAngleX = 11.245557 * deg;
38 const G4double m_harnessRotAngle = 330 * deg;
39 const G4double m_totalWidth = 170 * mm;