#include <CRTDetSimAlg.h>
Public Member Functions | |
SiPMData (int _sipmID, int _channel, uint64_t _t0, uint64_t _t1, double _adc) | |
Public Attributes | |
int | sipmID |
The SiPM ID in the strip (0-31) More... | |
int | channel |
The SiPM global channel number, calculated as 32 x (module) + 2 x (strip) + j. More... | |
uint64_t | t0 |
The SiPM Ts0. More... | |
uint64_t | t1 |
The SiPM Ts1. More... | |
double | adc |
The SiPM simulated ADC value in double format. More... | |
A struct to temporarily store information on a single SiPM.
Definition at line 72 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
|
inline |
Definition at line 73 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
double sbnd::crt::SiPMData::adc |
The SiPM simulated ADC value in double format.
Definition at line 85 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
int sbnd::crt::SiPMData::channel |
The SiPM global channel number, calculated as 32 x (module) + 2 x (strip) + j.
Definition at line 82 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
int sbnd::crt::SiPMData::sipmID |
The SiPM ID in the strip (0-31)
Definition at line 79 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
uint64_t sbnd::crt::SiPMData::t0 |
The SiPM Ts0.
Definition at line 83 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.
uint64_t sbnd::crt::SiPMData::t1 |
The SiPM Ts1.
Definition at line 84 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.