Import Geant4 11.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2025-06-26 09:17:29 +02:00
parent 20a218bbe1
commit a499fb82e9
1941 changed files with 203285 additions and 95593 deletions
@@ -62,6 +62,8 @@
// /control/ifInteractive
// /control/doifBatch
// /control/doifInteractive
// /control/recordToMacro
// /control/endRecord
// Author: Makoto Asai, SLAC - 2001
// --------------------------------------------------------------------
@@ -119,6 +121,8 @@ class G4UIcontrolMessenger : public G4UImessenger
G4UIcmdWithAString* ifInteractiveCommand = nullptr;
G4UIcmdWithAString* doifBatchCommand = nullptr;
G4UIcmdWithAString* doifInteractiveCommand = nullptr;
G4UIcommand* recordToMacroCommand = nullptr;
G4UIcmdWithoutParameter* endRecordCommand = nullptr;
};
#endif