LDMX Software
|
One sample of an Ecal digi channel. More...
#include <EcalDigiCollection.h>
Public Attributes | |
int | rawID_ {-1} |
Raw integer ID of channel this sample is for. | |
int | adc_t_ {0} |
ADC counts in this channel at this time. | |
int | adc_tm1_ {0} |
ADC counts in this channel at the previous time. | |
int | tot_ {0} |
Time counts over threshhold in this channel. | |
int | toa_ {0} |
Time counts when signal arrived in this channel. | |
One sample of an Ecal digi channel.
Usually several samples are used for each channel to re-construct the hit.
Definition at line 29 of file EcalDigiCollection.h.
int ldmx::EcalDigiSample::adc_t_ {0} |
int ldmx::EcalDigiSample::adc_tm1_ {0} |
ADC counts in this channel at the previous time.
Definition at line 37 of file EcalDigiCollection.h.
int ldmx::EcalDigiSample::rawID_ {-1} |
Raw integer ID of channel this sample is for.
Definition at line 31 of file EcalDigiCollection.h.
int ldmx::EcalDigiSample::toa_ {0} |
Time counts when signal arrived in this channel.
Definition at line 43 of file EcalDigiCollection.h.
int ldmx::EcalDigiSample::tot_ {0} |
Time counts over threshhold in this channel.
Definition at line 40 of file EcalDigiCollection.h.