GGS(GenericGEANT4Simulation)Software
2.99.0
|
#include "montecarlo/useractions/GGSUserAction.h"
#include "utils/GGSFactory.h"
#include "G4VUserPrimaryGeneratorAction.hh"
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. | |
#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 80 of file GGSMCPluginMacros.h.
#define RegisterSD | ( | sdClassName | ) |
Macro for registration of sensitive detector classes.
Definition at line 19 of file GGSMCPluginMacros.h.