|
GGS(GenericGEANT4Simulation)Software
2.6.0
|
#include "montecarlo/scoring/manager/GGSScoringManager.h"#include "montecarlo/scoring/manager/GGSScoringManagerMessenger.h"#include "G4UImessenger.hh"#include "G4UIcommand.hh"#include "montecarlo/useractions/manager/GGSUserActionsManager.h"#include "montecarlo/generators/manager/GGSGeneratorActionsManager.h"

Go to the source code of this file.
Macros | |
| #define | PhysicsListPlugin(plClass) |
| Macro for automatic definition of physics list builder function. More... | |
| #define | RegisterSD(sdClassName) |
| Macro for registration of sensitive detector classes. More... | |
| #define | RegisterUA(uaClassName) |
| Macro for registration of user actions classes. More... | |
| #define | RegisterGA(gaClassName, gaName) |
| Macro for registration of user generator actions. More... | |
Useful macros for MC plugin creation.
Definition in file GGSMCPluginMacros.h.
| #define PhysicsListPlugin | ( | plClass | ) |
Macro for automatic definition of physics list builder function.
Definition at line 14 of file GGSMCPluginMacros.h.
| #define RegisterGA | ( | gaClassName, | |
| gaName | |||
| ) |
Macro for registration of user generator actions.
Definition at line 71 of file GGSMCPluginMacros.h.
| #define RegisterSD | ( | sdClassName | ) |
Macro for registration of sensitive detector classes.
Definition at line 26 of file GGSMCPluginMacros.h.
| #define RegisterUA | ( | uaClassName | ) |
Macro for registration of user actions classes.
Definition at line 47 of file GGSMCPluginMacros.h.
1.8.5