10#include "OMSimOpticalModule.hh"
25 DEGG(G4bool p_placeHarness =
true);
35 ss <<
"/DEGG/" << m_index;
44 void placePMTs(G4LogicalVolume* lInnerVolumeLogical);
45 void appendInternalComponentsFromCAD();
46 void appendPressureVesselFromCAD();
49 std::stringstream m_converter;
53 G4double pSpheredTheta,
54 G4double pSphereTransformZ,
56 G4double pCenterOfTorus1R,
59 G4double pCenterOfTorus2R,
60 G4double pCenterOfTorus2_z,
61 G4double pTorus2_Zmin,
62 G4double pTorus2_Zmax,
64 G4double pTorus1TransformZ);
Construction of the PMTs.
Construction of the DEGG detector geometry.
Definition OMSimDEGG.hh:23
G4VSolid * createEggSolid(G4int p_segments_1, G4double pSphereRmax, G4double pSpheredTheta, G4double pSphereTransformZ, G4double pTorus1R, G4double pCenterOfTorus1R, G4int pSegments_2, G4double pTorus2R, G4double pCenterOfTorus2R, G4double pCenterOfTorus2_z, G4double pTorus2_Zmin, G4double pTorus2_Zmax, G4double pTorus2_Z0, G4double pTorus1TransformZ)
Creates the solid shape for the DEGG pressure vessel.
Definition OMSimDEGG.cc:234
int getNumberOfPMTs()
Virtual method to get the number of PMTs in the optical module.
Definition OMSimDEGG.hh:30
void construction()
Construction of the whole DEGG. If you want to change any component, you have to change it at the spe...
Definition OMSimDEGG.cc:33
double getPressureVesselWeight()
Virtual method to get the weight of the pressure vessel.
Definition OMSimDEGG.hh:29
Definition OMSimDEGGHarness.hh:13
Base class for OMs works as interface.
Definition OMSimOpticalModule.hh:23