Project
Loading...
Searching...
No Matches
o2::mch::io::impl::DigitD0 Struct Reference

#include <DigitD0.h>

Public Member Functions

void setNofSamples (uint16_t n)
 Amplitude of signal.
 
uint16_t getNofSamples () const
 
void setSaturated (bool sat)
 
bool isSaturated () const
 

Public Attributes

int32_t tfTime {0}
 
uint16_t nofSamples {0}
 time since the beginning of the time frame, in bunch crossing units
 
int detID {0}
 number of samples in the signal + saturated bit
 
int padID {0}
 ID of the Detection Element to which the digit corresponds to.
 
uint32_t adc {0}
 PadIndex to which the digit corresponds to.
 

Detailed Description

Definition at line 20 of file DigitD0.h.

Member Function Documentation

◆ getNofSamples()

uint16_t o2::mch::io::impl::DigitD0::getNofSamples ( ) const
inline

Definition at line 28 of file DigitD0.h.

◆ isSaturated()

bool o2::mch::io::impl::DigitD0::isSaturated ( ) const
inline

Definition at line 31 of file DigitD0.h.

◆ setNofSamples()

void o2::mch::io::impl::DigitD0::setNofSamples ( uint16_t  n)
inline

Amplitude of signal.

Definition at line 27 of file DigitD0.h.

◆ setSaturated()

void o2::mch::io::impl::DigitD0::setSaturated ( bool  sat)
inline

Definition at line 30 of file DigitD0.h.

Member Data Documentation

◆ adc

uint32_t o2::mch::io::impl::DigitD0::adc {0}

PadIndex to which the digit corresponds to.

Definition at line 25 of file DigitD0.h.

◆ detID

int o2::mch::io::impl::DigitD0::detID {0}

number of samples in the signal + saturated bit

Definition at line 23 of file DigitD0.h.

◆ nofSamples

uint16_t o2::mch::io::impl::DigitD0::nofSamples {0}

time since the beginning of the time frame, in bunch crossing units

Definition at line 22 of file DigitD0.h.

◆ padID

int o2::mch::io::impl::DigitD0::padID {0}

ID of the Detection Element to which the digit corresponds to.

Definition at line 24 of file DigitD0.h.

◆ tfTime

int32_t o2::mch::io::impl::DigitD0::tfTime {0}

Definition at line 21 of file DigitD0.h.


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