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
+4 -4
View File
@@ -45,7 +45,7 @@ class G4UIsession : public G4coutDestination
G4UIsession();
G4UIsession(G4int iBatch);
virtual ~G4UIsession();
~G4UIsession() override;
virtual G4UIsession* SessionStart();
// This method will be invoked by main().
@@ -55,9 +55,9 @@ class G4UIsession : public G4coutDestination
// This method will be invoked by G4UImanager
// when the kernel comes to Pause state
virtual G4int ReceiveG4cout(const G4String& coutString);
virtual G4int ReceiveG4cerr(const G4String& cerrString);
// These two methods will be invoked by G4strstreambuf
G4int ReceiveG4cout(const G4String& coutString) override;
G4int ReceiveG4cerr(const G4String& cerrString) override;
// These two methods will be invoked by G4strstreambuf
static G4int InSession();
inline G4int GetLastReturnCode() const { return lastRC; }