|
PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
Simple structure-like class to store info on addback reconstructed event. More...
#include <GeProcessor.hpp>
Public Member Functions | |
| AddBackEvent () | |
| AddBackEvent (double ienergy, double itime, unsigned imultiplicity) | |
Data Fields | |
| double | energy |
| Energy of the addback event. More... | |
| double | time |
| time of the addback event More... | |
| unsigned | multiplicity |
| multiplicity of the event More... | |
Simple structure-like class to store info on addback reconstructed event.
Definition at line 153 of file GeProcessor.hpp.
|
inline |
Default constructor setting things to zero
Definition at line 156 of file GeProcessor.hpp.
|
inline |
Default constructor setting default values
| [in] | ienergy | : the initial energy |
| [in] | itime | : the initial time |
| [in] | imultiplicity | : multiplicity of the event |
Definition at line 164 of file GeProcessor.hpp.
| double AddBackEvent::energy |
Energy of the addback event.
Definition at line 170 of file GeProcessor.hpp.
| unsigned AddBackEvent::multiplicity |
multiplicity of the event
Definition at line 172 of file GeProcessor.hpp.
| double AddBackEvent::time |
time of the addback event
Definition at line 171 of file GeProcessor.hpp.