35 #ifndef ExN03DetectorConstruction_h
36 #define ExN03DetectorConstruction_h 1
126 G4Box* solidAbsorber;
140 void DefineMaterials();
141 void ComputeCalorParameters();
147 inline void ExN03DetectorConstruction::ComputeCalorParameters()
150 LayerThickness = AbsorberThickness + GapThickness;
151 CalorThickness = NbOfLayers*LayerThickness;
153 WorldSizeX = 1.2*CalorThickness; WorldSizeYZ = 1.2*CalorSizeYZ;