Import Geant4 11.2.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2023-06-30 09:09:57 +02:00
parent aef78ca386
commit dd1f179cda
3780 changed files with 212808 additions and 142780 deletions
@@ -58,14 +58,12 @@
class G4WorkerRunManagerKernel : public G4RunManagerKernel
{
public:
G4WorkerRunManagerKernel();
virtual ~G4WorkerRunManagerKernel();
~G4WorkerRunManagerKernel() override;
protected:
void SetupShadowProcess() const;
// Overwrite default behavior.
// Overwrite default behavior.
void SetupShadowProcess() const override;
};
#endif