Project
Loading...
Searching...
No Matches
o2::mch::raw::DataDecoder::RawDigit Struct Reference

#include <DataDecoder.h>

Public Member Functions

auto getDetID () const
 
auto getPadID () const
 
uint32_t getADC () const
 
auto getTime () const
 
bool timeValid () const
 
auto getOrbit () const
 
auto getBunchCrossing () const
 
auto getSampaTime () const
 
auto getBXTime () const
 
bool operator== (const RawDigit &) const
 

Public Attributes

o2::mch::Digit digit
 
SampaInfo info
 

Detailed Description

Structure used internally to store the information of the decoded digits. In addition to the standard Digit structure, it also keeps the raw SAMPA information

Definition at line 133 of file DataDecoder.h.

Member Function Documentation

◆ getADC()

uint32_t o2::mch::raw::DataDecoder::RawDigit::getADC ( ) const
inline

Definition at line 138 of file DataDecoder.h.

◆ getBunchCrossing()

auto o2::mch::raw::DataDecoder::RawDigit::getBunchCrossing ( ) const
inline

Definition at line 142 of file DataDecoder.h.

◆ getBXTime()

auto o2::mch::raw::DataDecoder::RawDigit::getBXTime ( ) const
inline

Definition at line 144 of file DataDecoder.h.

◆ getDetID()

auto o2::mch::raw::DataDecoder::RawDigit::getDetID ( ) const
inline

Definition at line 136 of file DataDecoder.h.

◆ getOrbit()

auto o2::mch::raw::DataDecoder::RawDigit::getOrbit ( ) const
inline

Definition at line 141 of file DataDecoder.h.

◆ getPadID()

auto o2::mch::raw::DataDecoder::RawDigit::getPadID ( ) const
inline

Definition at line 137 of file DataDecoder.h.

◆ getSampaTime()

auto o2::mch::raw::DataDecoder::RawDigit::getSampaTime ( ) const
inline

Definition at line 143 of file DataDecoder.h.

◆ getTime()

auto o2::mch::raw::DataDecoder::RawDigit::getTime ( ) const
inline

Definition at line 139 of file DataDecoder.h.

◆ operator==()

bool o2::mch::raw::DataDecoder::RawDigit::operator== ( const RawDigit other) const

Definition at line 153 of file DataDecoder.cxx.

◆ timeValid()

bool o2::mch::raw::DataDecoder::RawDigit::timeValid ( ) const
inline

Definition at line 140 of file DataDecoder.h.

Member Data Documentation

◆ digit

o2::mch::Digit o2::mch::raw::DataDecoder::RawDigit::digit

Definition at line 134 of file DataDecoder.h.

◆ info

SampaInfo o2::mch::raw::DataDecoder::RawDigit::info

Definition at line 135 of file DataDecoder.h.


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