PAASS
Software suite to Acquire and Analyze Data from Pixie16
Dssd4SHEProcessor::StripEvent Struct Reference

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...
 

Detailed Description

Structure defining an event on a strip of the DSSD.

Definition at line 85 of file Dssd4SHEProcessor.hpp.

Constructor & Destructor Documentation

§ StripEvent() [1/2]

Dssd4SHEProcessor::StripEvent::StripEvent ( )
inline

Definition at line 86 of file Dssd4SHEProcessor.hpp.

§ StripEvent() [2/2]

Dssd4SHEProcessor::StripEvent::StripEvent ( double  energy,
double  time,
int  position,
bool  saturated 
)
inline

Constructor for StripEvent structure.

Definition at line 95 of file Dssd4SHEProcessor.hpp.

Field Documentation

§ E

double Dssd4SHEProcessor::StripEvent::E

the energy

Definition at line 105 of file Dssd4SHEProcessor.hpp.

§ pileup

bool Dssd4SHEProcessor::StripEvent::pileup

if we had a pileup

Definition at line 108 of file Dssd4SHEProcessor.hpp.

§ pos

int Dssd4SHEProcessor::StripEvent::pos

position

Definition at line 106 of file Dssd4SHEProcessor.hpp.

§ sat

bool Dssd4SHEProcessor::StripEvent::sat

if we had a saturation

Definition at line 107 of file Dssd4SHEProcessor.hpp.

§ t

double Dssd4SHEProcessor::StripEvent::t

the time

Definition at line 104 of file Dssd4SHEProcessor.hpp.


The documentation for this struct was generated from the following file: