GGS(GenericGEANT4Simulation)Software
2.7.0
|
#include "montecarlo/scoring/manager/GGSScoringManager.h"
#include "montecarlo/scoring/manager/GGSScoringManagerMessenger.h"
#include "G4UIcommand.hh"
#include "G4UImessenger.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 61 of file GGSMCPluginMacros.h.
#define RegisterSD | ( | sdClassName | ) |
Macro for registration of sensitive detector classes.
Definition at line 22 of file GGSMCPluginMacros.h.
#define RegisterUA | ( | uaClassName | ) |
Macro for registration of user actions classes.
Definition at line 39 of file GGSMCPluginMacros.h.