Import Geant4 11.1.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2022-07-01 10:44:02 +02:00
parent b3bf75a2a1
commit c07cea1fe0
2172 changed files with 183300 additions and 123938 deletions
@@ -99,9 +99,9 @@ public: // with description
G4double temp = NTP_Temperature, //temperature
G4double pressure = CLHEP::STP_Pressure); //pressure
public:
virtual ~G4ExtendedMaterial() {};
public:
~G4ExtendedMaterial() override = default;
private:
G4MaterialExtensionMap fExtensionMap;
public: // with description
@@ -127,8 +127,8 @@ public: // with description
G4MaterialExtensionMap::const_iterator cend() const { return fExtensionMap.cend(); }
public:
virtual G4bool IsExtended() const;
void Print(std::ostream& flux) const;
G4bool IsExtended() const override;
void Print(std::ostream& flux) const;
};
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......