Import Geant4 11.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2022-12-09 14:43:28 +01:00
parent c07cea1fe0
commit 9f34590941
3810 changed files with 200490 additions and 182326 deletions
@@ -50,7 +50,7 @@ class G4FilecoutDestination : public G4coutDestination
, m_mode(mode)
, m_output(nullptr)
{}
virtual ~G4FilecoutDestination();
~G4FilecoutDestination() override;
void SetFileName(const G4String& fname) { m_name = fname; }
@@ -58,8 +58,8 @@ class G4FilecoutDestination : public G4coutDestination
// By default append to existing file
void Close();
virtual G4int ReceiveG4cout(const G4String& msg) override;
virtual G4int ReceiveG4cerr(const G4String& msg) override;
G4int ReceiveG4cout(const G4String& msg) override;
G4int ReceiveG4cerr(const G4String& msg) override;
private:
G4String m_name;