PAASS
Software suite to Acquire and Analyze Data from Pixie16
|
Structure defining an event on a strip of the DSSD. More...
#include <Dssd4SHEProcessor.hpp>
Public Member Functions | |
StripEvent () | |
StripEvent (double energy, double time, int position, bool saturated) | |
Constructor for StripEvent structure. More... | |
Data Fields | |
double | t |
the time More... | |
double | E |
the energy More... | |
int | pos |
position More... | |
bool | sat |
if we had a saturation More... | |
bool | pileup |
if we had a pileup More... | |
Structure defining an event on a strip of the DSSD.
Definition at line 85 of file Dssd4SHEProcessor.hpp.
|
inline |
Definition at line 86 of file Dssd4SHEProcessor.hpp.
|
inline |
Constructor for StripEvent structure.
Definition at line 95 of file Dssd4SHEProcessor.hpp.
double Dssd4SHEProcessor::StripEvent::E |
the energy
Definition at line 105 of file Dssd4SHEProcessor.hpp.
bool Dssd4SHEProcessor::StripEvent::pileup |
if we had a pileup
Definition at line 108 of file Dssd4SHEProcessor.hpp.
int Dssd4SHEProcessor::StripEvent::pos |
position
Definition at line 106 of file Dssd4SHEProcessor.hpp.
bool Dssd4SHEProcessor::StripEvent::sat |
if we had a saturation
Definition at line 107 of file Dssd4SHEProcessor.hpp.
double Dssd4SHEProcessor::StripEvent::t |
the time
Definition at line 104 of file Dssd4SHEProcessor.hpp.