37 #ifndef DetectorConstruction_h
38 #define DetectorConstruction_h 1
123 G4Box* fSolidAbsorber;
135 void DefineMaterials();
136 void ComputeCalorParameters();
142 inline void DetectorConstruction::ComputeCalorParameters()
145 fLayerThickness = fAbsorberThickness + fGapThickness;
146 fCalorThickness = fNbOfLayers*fLayerThickness;
148 fWorldSizeX = 1.2*fCalorThickness; fWorldSizeYZ = 1.2*fCalorSizeYZ;
G4double GetGapThickness()
G4double GetCalorSizeYZ()
G4VPhysicalVolume * Construct()
const G4VPhysicalVolume * GetAbsorber()
G4double GetCalorThickness()
G4double GetWorldSizeYZ()
void SetNbOfLayers(G4int)
void SetAbsorberThickness(G4double)
const G4VPhysicalVolume * GetphysiWorld()
const G4VPhysicalVolume * GetGap()
G4Material * GetAbsorberMaterial()
G4double GetAbsorberThickness()
void SetGapMaterial(G4String)
void SetCalorSizeYZ(G4double)
G4Material * GetGapMaterial()
void SetGapThickness(G4double)
void PrintCalorParameters()
void SetAbsorberMaterial(G4String)