Definition at line 62 of file root_test.py.
◆ __init__()
def root_test.MyPrimaryGeneratorAction.__init__ |
( |
|
self | ) |
|
Definition at line 65 of file root_test.py.
66 G4VUserPrimaryGeneratorAction.__init__(self)
◆ GeneratePrimaries()
def root_test.MyPrimaryGeneratorAction.GeneratePrimaries |
( |
|
self, |
|
|
|
event |
|
) |
| |
Definition at line 69 of file root_test.py.
69 def GeneratePrimaries(self, event):
70 self.particleGun.GeneratePrimaryVertex(event)
◆ particleGun
root_test.MyPrimaryGeneratorAction.particleGun |
The documentation for this class was generated from the following file: