Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
@@ -30,23 +30,24 @@
#include "G4VMPIsession.hh"
class G4MPIsession : public G4VMPIsession {
public:
G4MPIsession(G4VUIshell* ashell = 0);
~G4MPIsession();
class G4MPIsession : public G4VMPIsession
{
public:
G4MPIsession(G4VUIshell* ashell = 0);
~G4MPIsession();
void SetPrompt(const G4String& prompt);
void SetShell(G4VUIshell* ashell);
void SetPrompt(const G4String& prompt);
void SetShell(G4VUIshell* ashell);
virtual G4UIsession* SessionStart();
virtual G4UIsession* SessionStart();
private:
G4VUIshell* shell_;
private:
G4VUIshell* shell_;
// get command from user prompt of the master node
G4String GetCommand(const char* msg = 0);
// get command from user prompt of the master node
G4String GetCommand(const char* msg = 0);
G4bool TryForcedTerminate();
G4bool TryForcedTerminate();
};
#endif