LDMX Software
Public Attributes | List of all members
ldmx::EcalDigiSample Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ adc_t_

int ldmx::EcalDigiSample::adc_t_ {0}

ADC counts in this channel at this time.

Definition at line 34 of file EcalDigiCollection.h.

34{0};

◆ adc_tm1_

int ldmx::EcalDigiSample::adc_tm1_ {0}

ADC counts in this channel at the previous time.

Definition at line 37 of file EcalDigiCollection.h.

37{0};

◆ rawID_

int ldmx::EcalDigiSample::rawID_ {-1}

Raw integer ID of channel this sample is for.

Definition at line 31 of file EcalDigiCollection.h.

31{-1};

◆ toa_

int ldmx::EcalDigiSample::toa_ {0}

Time counts when signal arrived in this channel.

Definition at line 43 of file EcalDigiCollection.h.

43{0};

◆ tot_

int ldmx::EcalDigiSample::tot_ {0}

Time counts over threshhold in this channel.

Definition at line 40 of file EcalDigiCollection.h.

40{0};

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