All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
sbnd::crt::SiPMData Struct Reference

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

Detailed Description

A struct to temporarily store information on a single SiPM.

Definition at line 72 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.

Constructor & Destructor Documentation

sbnd::crt::SiPMData::SiPMData ( int  _sipmID,
int  _channel,
uint64_t  _t0,
uint64_t  _t1,
double  _adc 
)
inline

Definition at line 73 of file sbndcode/sbndcode/CRT/CRTSimulation/CRTDetSimAlg.h.

73  :
74  sipmID(_sipmID)
75  , channel(_channel)
76  , t0(_t0)
77  , t1(_t1)
78  , adc(_adc)
79  {};
int channel
The SiPM global channel number, calculated as 32 x (module) + 2 x (strip) + j.
double adc
The SiPM simulated ADC value in double format.
int sipmID
The SiPM ID in the strip (0-31)

Member Data Documentation

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.


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