|
PlasmaMLPALLAS
|
Structure to store per-event input particle data. More...
#include <PlasmaMLPALLASEventAction.hh>
Public Attributes | |
| float | x = 0.0 |
| float | xp = 0.0 |
| float | y = 0.0 |
| float | yp = 0.0 |
| float | z = 0.0 |
| float | zp = 0.0 |
| float | energy = 0.0 |
Structure to store per-event input particle data.
Holds position, direction, and energy information for the particle at the start of the event.
| float RunTallyInput::energy = 0.0 |
| float RunTallyInput::x = 0.0 |
| float RunTallyInput::xp = 0.0 |
| float RunTallyInput::y = 0.0 |
| float RunTallyInput::yp = 0.0 |
| float RunTallyInput::z = 0.0 |
| float RunTallyInput::zp = 0.0 |