Project
Loading...
Searching...
No Matches
o2::focal::PadMapper Class Reference

#include <PadMapper.h>

Classes

class  ChannelIDException
 
class  PositionException
 

Public Member Functions

 PadMapper ()
 
 ~PadMapper ()=default
 
std::tuple< unsigned int, unsigned intgetRowColFromChannelID (unsigned int channelID) const
 
unsigned int getRow (unsigned int channelID) const
 
unsigned int getColumn (unsigned int channelID) const
 
unsigned int getChannelID (unsigned int col, unsigned int row) const
 

Static Public Attributes

static constexpr std::size_t NCOLUMN = 8
 
static constexpr std::size_t NROW = 9
 
static constexpr std::size_t NCHANNELS = NCOLUMN * NROW
 

Detailed Description

Definition at line 23 of file PadMapper.h.

Constructor & Destructor Documentation

◆ PadMapper()

PadMapper::PadMapper ( )

Definition at line 17 of file PadMapper.cxx.

◆ ~PadMapper()

o2::focal::PadMapper::~PadMapper ( )
default

Member Function Documentation

◆ getChannelID()

unsigned int PadMapper::getChannelID ( unsigned int  col,
unsigned int  row 
) const

Definition at line 38 of file PadMapper.cxx.

◆ getColumn()

unsigned int PadMapper::getColumn ( unsigned int  channelID) const

Definition at line 33 of file PadMapper.cxx.

◆ getRow()

unsigned int PadMapper::getRow ( unsigned int  channelID) const

Definition at line 29 of file PadMapper.cxx.

◆ getRowColFromChannelID()

std::tuple< unsigned int, unsigned int > PadMapper::getRowColFromChannelID ( unsigned int  channelID) const

Definition at line 22 of file PadMapper.cxx.

Member Data Documentation

◆ NCHANNELS

constexpr std::size_t o2::focal::PadMapper::NCHANNELS = NCOLUMN * NROW
staticconstexpr

Definition at line 28 of file PadMapper.h.

◆ NCOLUMN

constexpr std::size_t o2::focal::PadMapper::NCOLUMN = 8
staticconstexpr

Definition at line 26 of file PadMapper.h.

◆ NROW

constexpr std::size_t o2::focal::PadMapper::NROW = 9
staticconstexpr

Definition at line 27 of file PadMapper.h.


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