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
+3 -5
View File
@@ -48,7 +48,6 @@ class G4WorkerTaskRunManagerKernel;
class G4WorkerTaskRunManager : public G4WorkerRunManager
{
public:
using ProfilerConfig = G4ProfilerConfig<G4ProfileType::Run>;
using G4StrVector = std::vector<G4String>;
public:
@@ -74,12 +73,11 @@ class G4WorkerTaskRunManager : public G4WorkerRunManager
protected:
void StoreRNGStatus(const G4String& filenamePrefix) override;
private:
void SetupDefaultRNGEngine();
protected:
void SetupDefaultRNGEngine() override;
private:
protected:
G4StrVector processedCommandStack;
std::unique_ptr<ProfilerConfig> workerRunProfiler;
};
#endif // G4WorkerTaskRunManager_h