Import Geant4 11.1.0 source tree
This commit is contained in:
@@ -81,10 +81,7 @@ class DetectorConstruction : public G4VUserDetectorConstruction
|
||||
|
||||
G4int GetNbOfAbsor() const { return fNbOfAbsor; };
|
||||
G4double GetAbsorThickness(G4int i) const { return fAbsorThickness[i]; };
|
||||
const G4Material* GetAbsorMaterial(G4int i) const
|
||||
{
|
||||
return fAbsorMaterial[i];
|
||||
};
|
||||
const G4Material* GetAbsorMaterial(G4int i) const { return fAbsorMaterial[i]; };
|
||||
|
||||
const G4VPhysicalVolume* GetphysiWorld() const { return fPhysiWorld; };
|
||||
const G4Material* GetWorldMaterial() const { return fWorldMaterial; };
|
||||
|
||||
Reference in New Issue
Block a user