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
@@ -44,6 +44,7 @@ class G4UIcmdWith3VectorAndUnit;
class G4UIcmdWithABool;
class G4UIcmdWithAString;
class G4MaterialScanner;
class G4UIcmdWithAnInteger;
class G4MatScanMessenger : public G4UImessenger
{
@@ -66,6 +67,7 @@ class G4MatScanMessenger : public G4UImessenger
G4UIcmdWithABool* regSenseCmd = nullptr;
G4UIcmdWithAString* regionCmd = nullptr;
G4UIcmdWith3VectorAndUnit* eyePosCmd = nullptr;
G4UIcmdWithAnInteger * verboseCmd = nullptr;
};
#endif