#include <CRTDetSimAlg.h>
Public Member Functions | |
StripData (uint16_t _mac5, unsigned _planeID, SiPMData _sipm0, SiPMData _sipm1, bool _sipm_coinc, sim::AuxDetIDE _ide) | |
Public Attributes | |
uint16_t | mac5 |
The FEB number this strip is in. More... | |
unsigned | planeID |
The plane ID (0 or 1 for horizontal or vertical) More... | |
SiPMData | sipm0 |
One SiPM (the one that sees signal first) More... | |
SiPMData | sipm1 |
One SiPM. More... | |
bool | sipm_coinc |
Stores the ID of the SiPM that sees signal first (0-31) More... | |
sim::AuxDetIDE | ide |
The AuxDetIDE associated with this strip. More... | |
A struct to temporarily store information on a single CRT Strip.
Definition at line 90 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
|
inline |
Definition at line 91 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
sim::AuxDetIDE sbnd::crt::StripData::ide |
The AuxDetIDE associated with this strip.
Definition at line 106 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
uint16_t sbnd::crt::StripData::mac5 |
The FEB number this strip is in.
Definition at line 99 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
unsigned sbnd::crt::StripData::planeID |
The plane ID (0 or 1 for horizontal or vertical)
Definition at line 102 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
SiPMData sbnd::crt::StripData::sipm0 |
One SiPM (the one that sees signal first)
Definition at line 103 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
SiPMData sbnd::crt::StripData::sipm1 |
One SiPM.
Definition at line 104 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
bool sbnd::crt::StripData::sipm_coinc |
Stores the ID of the SiPM that sees signal first (0-31)
Definition at line 105 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.