GGS(GenericGEANT4Simulation)Software  2.99.0
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Macros
GGSMTRunManager.h
Go to the documentation of this file.
1 /*
2  * GGSMTRunManager.h
3  *
4  * Created on: 24 Nov 2020
5  * Author: Nicola Mori
6  */
7 
10 #ifndef GGSMTRUNMANAGER_H_
11 #define GGSMTRUNMANAGER_H_
12 
14 #include "montecarlo/mccore/GGSRunManagerExtensions.h"
15 
16 #include "G4MTRunManager.hh"
17 
27 class GGSMTRunManager : public G4MTRunManager, public GGSRunManagerExtensions {};
28 
29 #endif /* GGSMTRUNMANAGER_H_ */
Class with additional functionalities for run managers.
A multi-threaded run manager for GGS simulations.