Classes | |
| class | Geant4 |
Functions | |
| def | loadDDG4 () |
| def | importConstants (description, namespace=None, debug=False) |
| def | SensitiveAction (kernel, nam, det, shared=False) |
| def | Action (kernel, nam, shared=False) |
| def | Filter (kernel, nam, shared=False) |
| def | PhaseAction (kernel, nam, shared=False) |
| def | RunAction (kernel, nam, shared=False) |
| def | EventAction (kernel, nam, shared=False) |
| def | GeneratorAction (kernel, nam, shared=False) |
| def | TrackingAction (kernel, nam, shared=False) |
| def | SteppingAction (kernel, nam, shared=False) |
| def | StackingAction (kernel, nam, shared=False) |
| def | DetectorConstruction (kernel, nam) |
| def | PhysicsList (kernel, nam) |
| def | UserInitialization (kernel, nam) |
| def | SensitiveSequence (kernel, nam) |
Variables | |
| logger = logging.getLogger(__name__) | |
| current = __import__(__name__) | |
| Core = dd4hep | |
| Sim = dd4hep.sim | |
| Simulation = dd4hep.sim | |
| Kernel = Sim.KernelHandle | |
| Interface = Sim.Geant4ActionCreation | |
| Detector = Core.Detector | |
| ActionHandle = Sim.ActionHandle | |
| Simple = Geant4 | |
Function Documentation
◆ Action()
◆ DetectorConstruction()
◆ EventAction()
◆ Filter()
◆ GeneratorAction()
◆ importConstants()
| def DDG4.importConstants | ( | description, | |
namespace = None, |
|||
debug = False |
|||
| ) |
◆ loadDDG4()
◆ PhaseAction()
◆ PhysicsList()
◆ RunAction()
◆ SensitiveAction()
| def DDG4.SensitiveAction | ( | kernel, | |
| nam, | |||
| det, | |||
shared = False |
|||
| ) |
1.8.18