Project
Loading...
Searching...
No Matches
o2::emcal::ChannelData Struct Reference

Structure for mapping digits to Channels within a SRU. More...

#include <AltroHelper.h>

Public Attributes

int mRow
 Row of the channel.
 
int mCol
 Column of the channel.
 
std::vector< o2::emcal::Digit * > mDigits
 Digits for the channel within the current event.
 

Detailed Description

Structure for mapping digits to Channels within a SRU.

Definition at line 40 of file AltroHelper.h.

Member Data Documentation

◆ mCol

int o2::emcal::ChannelData::mCol

Column of the channel.

Definition at line 42 of file AltroHelper.h.

◆ mDigits

std::vector<o2::emcal::Digit*> o2::emcal::ChannelData::mDigits

Digits for the channel within the current event.

Definition at line 43 of file AltroHelper.h.

◆ mRow

int o2::emcal::ChannelData::mRow

Row of the channel.

Definition at line 41 of file AltroHelper.h.


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