1#ifndef EX03_DETECTOR_CONSTRUCTION_OLD_H
2#define EX03_DETECTOR_CONSTRUCTION_OLD_H
The old detector construction (via VMC functions)
void PrintCalorParameters()
Double_t GetGapThickness() const
Int_t fNbOfLayers
The number of calorimeter layers.
void SetGapThickness(Double_t value)
TString fGapMaterial
The gap material name.
Double_t GetAbsorberThickness() const
void ConstructMaterials()
Int_t GetNbOfLayers() const
Double_t fWorldSizeYZ
The world size y,z component.
Double_t GetCalorThickness() const
void SetAbsorberThickness(Double_t value)
Double_t fCalorSizeYZ
The calorimeter size y,z component.
void SetCalorSizeYZ(Double_t value)
TString fDefaultMaterial
The default material name.
Ex03DetectorConstructionOld()
virtual ~Ex03DetectorConstructionOld()
void SetNbOfLayers(Int_t value)
void SetGapMaterial(const TString &materialName)
TString fAbsorberMaterial
The absorber material name.
Double_t GetWorldSizeX() const
void ComputeCalorParameters()
Double_t GetWorldSizeYZ() const
void SetAbsorberMaterial(const TString &materialName)
Double_t fWorldSizeX
The world size x component.
Double_t fAbsorberThickness
The absorber thickness.
Double_t GetCalorSizeYZ() const
Double_t fCalorThickness
The calorimeter thickness.
void SetDefaultMaterial(const TString &materialName)
Double_t fLayerThickness
The calorimeter layer thickness.
Double_t fGapThickness
The gap thickness.