Project
Loading...
Searching...
No Matches
o2::tpc::IDCGroupHelperRegion Class Reference

Helper class for accessing grouped pads for one region. More...

#include <IDCGroupHelperRegion.h>

Inherited by o2::tpc::IDCAverageGroupHelper< IDCAverageGroupDraw >, and o2::tpc::IDCGroup.

Public Member Functions

 IDCGroupHelperRegion (const unsigned char groupPads, const unsigned char groupRows, const unsigned char groupLastRowsThreshold, const unsigned char groupLastPadsThreshold, const unsigned int groupNotnPadsSectorEdges, const unsigned int region)
 
 IDCGroupHelperRegion ()=default
 default constructor for ROOT I/O
 
unsigned int getNRows () const
 
unsigned int getPadsPerRow (const unsigned int glrow) const
 
const std::vector< unsigned int > & getPadsPerRow () const
 
const std::vector< unsigned int > & getRowOffset () const
 
unsigned int getGroupPads () const
 
unsigned int getGroupRows () const
 
unsigned int getGroupLastRowsThreshold () const
 
unsigned int getGroupLastPadsThreshold () const
 
unsigned int getGroupPadsSectorEdges () const
 
unsigned int getRegion () const
 
unsigned int getNIDCsPerIntegrationInterval () const
 
unsigned int getGroupedRow (const unsigned int ulrow) const
 
unsigned int getGroupedPad (const unsigned int pad, const unsigned int ulrow) const
 
unsigned int getIndex (const unsigned int glrow, const unsigned int pad, unsigned int integrationInterval) const
 
unsigned int getIndexUngrouped (const unsigned int ulrow, const unsigned int upad, unsigned int integrationInterval) const
 
int getOffsetForEdgePad (const unsigned int upad, const unsigned int ulrow) const
 
unsigned int getIndexUngroupedGlob (const unsigned int ugrow, const unsigned int upad, unsigned int integrationInterval) const
 
unsigned int getGlobalPadNumber (const unsigned int ulrow, const unsigned int pad) const
 
unsigned int getLastRow () const
 
unsigned int getLastPad (const unsigned int ulrow) const
 
void dumpToFile (const char *outFileName="IDCGroupHelperRegion.root", const char *outName="IDCGroupHelperRegion") const
 
unsigned int getGroupedPadsSectorEdges () const
 
unsigned int getTotalGroupPadsSectorEdges () const
 
EdgePadGroupingMethod getEdgePadGroupingType () const
 
unsigned int getPadsInGroupSectorEdges (const unsigned indexGroup) const
 

Static Public Member Functions

static unsigned int getGroupedRow (const unsigned int ulrow, const unsigned int groupRows, const unsigned int groupedrows)
 
static unsigned int getGroupedPad (const unsigned int upad, const unsigned int ulrow, const unsigned int region, const unsigned int groupPads, const unsigned int groupRows, const unsigned int groupedrows, const unsigned int groupPadsSectorEdges, const std::vector< unsigned int > &padsPerRow)
 
static int getOffsetForEdgePad (const unsigned int upad, const unsigned int ulrow, const unsigned int groupRows, const unsigned int groupPadsSectorEdges, const unsigned int region, const int lastRow)
 
static bool isSectorEdgePad (const unsigned int upad, const unsigned int ulrow, const unsigned int region, const unsigned int groupPadsSectorEdges)
 
static unsigned int getLastPad (const unsigned int ulrow, const unsigned int region, const unsigned char groupPads, const unsigned char groupLastPadsThreshold, const unsigned int groupPadsSectorEdges)
 
static unsigned int getIndexGroupPadsSectorEdges (const unsigned int groupPadsSectorEdges, const unsigned int urelpad)
 

Protected Member Functions

void setRows (const unsigned int nRows)
 set number of grouped rows
 
void initIDCGroupHelperRegion ()
 initialize members
 
unsigned int getIndexGroupPadsSectorEdges (const unsigned int urelpad)
 

Static Protected Member Functions

static unsigned int getIndexGroupPadsSectorEdges (const unsigned int groupPadsSectorEdges, const unsigned int urelpad, const unsigned int count)
 helper function for getIndexGroupPadsSectorEdges(unsigned int groupPadsSectorEdges, const unsigned int urelpad)
 

Protected Attributes

const unsigned char mGroupPads {}
 grouping parameter in pad direction (how many pads in pad direction are grouped)
 
const unsigned char mGroupRows {}
 grouping parameter in pad direction (how many pads in pad direction are grouped)
 
const unsigned char mGroupLastRowsThreshold {}
 if the last group (region edges) consists in row direction less then mGroupLastRowsThreshold pads then it will be grouped into the previous group
 
const unsigned char mGroupLastPadsThreshold {}
 if the last group (sector edges) consists in pad direction less then mGroupLastPadsThreshold pads then it will be grouped into the previous group
 
const unsigned int mGroupPadsSectorEdges {}
 decoded number of pads at the sector edges which are grouped differently (example: 0: no pads are grouped, 11: first two pads are not grouped, 321: first pad is not grouped, second + third pads are grouped, fourth + fifth + sixth pads are grouped)
 
const unsigned int mRegion {}
 region of input IDCs
 
unsigned int mNIDCsPerCRU {}
 total number of IDCs per CRU per integration interval
 
unsigned int mRows {}
 number of grouped rows
 
std::vector< unsigned intmPadsPerRow {}
 number of grouped pads per grouped row
 
std::vector< unsigned intmOffsRow {}
 offset to calculate the index in the data from grouped row and grouped pad
 

Detailed Description

Helper class for accessing grouped pads for one region.

Definition at line 28 of file IDCGroupHelperRegion.h.

Constructor & Destructor Documentation

◆ IDCGroupHelperRegion() [1/2]

o2::tpc::IDCGroupHelperRegion::IDCGroupHelperRegion ( const unsigned char  groupPads,
const unsigned char  groupRows,
const unsigned char  groupLastRowsThreshold,
const unsigned char  groupLastPadsThreshold,
const unsigned int  groupNotnPadsSectorEdges,
const unsigned int  region 
)
inline

constructor

Parameters
groupPadsnumber of pads in pad direction which will be grouped
groupRowsnumber of pads in row direction which will be grouped
groupLastRowsThresholdminimum number of pads in row direction for the last group in row direction
groupLastPadsThresholdminimum number of pads in pad direction for the last group in pad direction
groupNotnPadsSectorEdgesdecoded number of pads at the sector edges which are not grouped (example: 0: no pads are grouped, 11: first two pads are not grouped, 321: first pad is not grouped, second + third pads are grouped, fourth + fifth + sixth pads are grouped)
regionregion of the TPC

Definition at line 38 of file IDCGroupHelperRegion.h.

◆ IDCGroupHelperRegion() [2/2]

o2::tpc::IDCGroupHelperRegion::IDCGroupHelperRegion ( )
default

default constructor for ROOT I/O

Member Function Documentation

◆ dumpToFile()

void o2::tpc::IDCGroupHelperRegion::dumpToFile ( const char outFileName = "IDCGroupHelperRegion.root",
const char outName = "IDCGroupHelperRegion" 
) const

dump object to disc

Parameters
outFileNamename of the output file
outNamename of the object in the output file

Definition at line 125 of file IDCGroupHelperRegion.cxx.

◆ getEdgePadGroupingType()

o2::tpc::EdgePadGroupingMethod o2::tpc::IDCGroupHelperRegion::getEdgePadGroupingType ( ) const
Returns
returns which type of grouping is performed for the sector edge pads

Definition at line 166 of file IDCGroupHelperRegion.cxx.

◆ getGlobalPadNumber()

unsigned int o2::tpc::IDCGroupHelperRegion::getGlobalPadNumber ( const unsigned int  ulrow,
const unsigned int  pad 
) const
Returns
returns the global pad number for given local pad row and pad
Parameters
ulrowlocal ungrouped row in a region
padungrouped pad in row

Definition at line 19 of file IDCGroupHelperRegion.cxx.

◆ getGroupedPad() [1/2]

unsigned int o2::tpc::IDCGroupHelperRegion::getGroupedPad ( const unsigned int  pad,
const unsigned int  ulrow 
) const
inline
Returns
returns the grouped pad index from ungrouped pad and row
Parameters
padungrouped pad
lrowlocal ungrouped row in a region

Definition at line 104 of file IDCGroupHelperRegion.h.

◆ getGroupedPad() [2/2]

unsigned int o2::tpc::IDCGroupHelperRegion::getGroupedPad ( const unsigned int  upad,
const unsigned int  ulrow,
const unsigned int  region,
const unsigned int  groupPads,
const unsigned int  groupRows,
const unsigned int  groupedrows,
const unsigned int  groupPadsSectorEdges,
const std::vector< unsigned int > &  padsPerRow 
)
static
Returns
returns the grouped pad index from ungrouped pad and row
Parameters
upadungrouped pad
ulrowlocal ungrouped row in a region
regionregion
groupPadsgrouping parameter for number of pads in pad direction which are grouped
groupRowsgrouping parameter for number of pads in row direction which are grouped
groupedrowsnumber of grouped rows
padsPerRowvector containing the number of pads per row

Definition at line 30 of file IDCGroupHelperRegion.cxx.

◆ getGroupedPadsSectorEdges()

unsigned int o2::tpc::IDCGroupHelperRegion::getGroupedPadsSectorEdges ( ) const
Returns
returns the number of differently grouped pads per row: returns sum of digits in integer whoch are not 0 (example: 0: returns 0, 11: returns 2, 321: returns 3)

Definition at line 142 of file IDCGroupHelperRegion.cxx.

◆ getGroupedRow() [1/2]

unsigned int o2::tpc::IDCGroupHelperRegion::getGroupedRow ( const unsigned int  ulrow) const
inline
Returns
returns the row of the group from the local ungrouped row in a region
Parameters
ulrowlocal ungrouped row in a region

Definition at line 89 of file IDCGroupHelperRegion.h.

◆ getGroupedRow() [2/2]

unsigned int o2::tpc::IDCGroupHelperRegion::getGroupedRow ( const unsigned int  ulrow,
const unsigned int  groupRows,
const unsigned int  groupedrows 
)
static
Returns
returns the row of the group from the local ungrouped row in a region
Parameters
ulrowlocal ungrouped row in a region
groupRowsgrouping parameter for number of pads in row direction which are grouped
groupedrowsnumber of grouped rows

Definition at line 24 of file IDCGroupHelperRegion.cxx.

◆ getGroupLastPadsThreshold()

unsigned int o2::tpc::IDCGroupHelperRegion::getGroupLastPadsThreshold ( ) const
inline
Returns
returns threshold for grouping the last group in pad direction

Definition at line 70 of file IDCGroupHelperRegion.h.

◆ getGroupLastRowsThreshold()

unsigned int o2::tpc::IDCGroupHelperRegion::getGroupLastRowsThreshold ( ) const
inline
Returns
returns threshold for grouping the last group in row direction

Definition at line 67 of file IDCGroupHelperRegion.h.

◆ getGroupPads()

unsigned int o2::tpc::IDCGroupHelperRegion::getGroupPads ( ) const
inline
Returns
returns the number of pads in pad direction which are grouped

Definition at line 61 of file IDCGroupHelperRegion.h.

◆ getGroupPadsSectorEdges()

unsigned int o2::tpc::IDCGroupHelperRegion::getGroupPadsSectorEdges ( ) const
inline
Returns
returns the number of pads at the sector edges which are not grouped

Definition at line 73 of file IDCGroupHelperRegion.h.

◆ getGroupRows()

unsigned int o2::tpc::IDCGroupHelperRegion::getGroupRows ( ) const
inline
Returns
returns the number of pads in row direction which are grouped

Definition at line 64 of file IDCGroupHelperRegion.h.

◆ getIndex()

unsigned int o2::tpc::IDCGroupHelperRegion::getIndex ( const unsigned int  glrow,
const unsigned int  pad,
unsigned int  integrationInterval 
) const
inline
Returns
returns index to the data
Parameters
rowlocal row of the grouped IDCs
padpad of the grouped IDCs
integrationIntervalintegration interval

Definition at line 110 of file IDCGroupHelperRegion.h.

◆ getIndexGroupPadsSectorEdges() [1/3]

unsigned int o2::tpc::IDCGroupHelperRegion::getIndexGroupPadsSectorEdges ( const unsigned int  groupPadsSectorEdges,
const unsigned int  urelpad 
)
static
Returns
return the index in the groups at the sector edge (example groupPadsSectorEdges=321: upad=0 returns 0, upad=1 returns 1, upad=2 returns 1, upad=3 returns 2, upad=5 returns 2)
Parameters
groupPadsSectorEdgesdecoded number of pads at the sector edges which are not grouped
urelpadungrouped relative pad at the sector edge (pad at the sector edge starting from 0 and increases towards sector center)

Definition at line 161 of file IDCGroupHelperRegion.cxx.

◆ getIndexGroupPadsSectorEdges() [2/3]

unsigned int o2::tpc::IDCGroupHelperRegion::getIndexGroupPadsSectorEdges ( const unsigned int  groupPadsSectorEdges,
const unsigned int  urelpad,
const unsigned int  count 
)
staticprotected

◆ getIndexGroupPadsSectorEdges() [3/3]

unsigned int o2::tpc::IDCGroupHelperRegion::getIndexGroupPadsSectorEdges ( const unsigned int  urelpad)
protected

return the index in the groups at the sector edge (example groupPadsSectorEdges=321: upad=0 returns 0, upad=1 returns 1, upad=2 returns 1, upad=3 returns 2, upad=5 returns 2)

Parameters
urelpadungrouped relative pad at the sector edge (pad at the sector edge starting from 0 and increases towards sector center)

Definition at line 147 of file IDCGroupHelperRegion.cxx.

◆ getIndexUngrouped()

unsigned int o2::tpc::IDCGroupHelperRegion::getIndexUngrouped ( const unsigned int  ulrow,
const unsigned int  upad,
unsigned int  integrationInterval 
) const
inline
Returns
returns index to the data
Parameters
ulrowlocal ungrouped row
upadungrouped pad
integrationIntervalintegration interval

Definition at line 116 of file IDCGroupHelperRegion.h.

◆ getIndexUngroupedGlob()

unsigned int o2::tpc::IDCGroupHelperRegion::getIndexUngroupedGlob ( const unsigned int  ugrow,
const unsigned int  upad,
unsigned int  integrationInterval 
) const
Returns
returns index to the data
Parameters
ugrowglobal ungrouped row
upadungrouped pad
integrationIntervalintegration interval

Definition at line 132 of file IDCGroupHelperRegion.cxx.

◆ getLastPad() [1/2]

unsigned int o2::tpc::IDCGroupHelperRegion::getLastPad ( const unsigned int  ulrow) const
inline
Returns
returns last ungrouped pad for given local row
Parameters
rowlocal ungrouped row

Definition at line 157 of file IDCGroupHelperRegion.h.

◆ getLastPad() [2/2]

unsigned int o2::tpc::IDCGroupHelperRegion::getLastPad ( const unsigned int  ulrow,
const unsigned int  region,
const unsigned char  groupPads,
const unsigned char  groupLastPadsThreshold,
const unsigned int  groupPadsSectorEdges 
)
static
Returns
returns last ungrouped pad for given local row
Parameters
ulrowlocal ungrouped row
regionregion
groupPadsgrouping parameter for number of pads in pad direction which are grouped
groupLastPadsThresholdminimum number of pads in pad direction for the last group in pad direction
groupPadsSectorEdgesdecoded number of pads at the sector edges which are not grouped

Definition at line 90 of file IDCGroupHelperRegion.cxx.

◆ getLastRow()

unsigned int o2::tpc::IDCGroupHelperRegion::getLastRow ( ) const
Returns
returns last ungrouped row

Definition at line 79 of file IDCGroupHelperRegion.cxx.

◆ getNIDCsPerIntegrationInterval()

unsigned int o2::tpc::IDCGroupHelperRegion::getNIDCsPerIntegrationInterval ( ) const
inline
Returns
returns number of IDCS per integration interval

Definition at line 79 of file IDCGroupHelperRegion.h.

◆ getNRows()

unsigned int o2::tpc::IDCGroupHelperRegion::getNRows ( ) const
inline
Returns
returns number of grouped rows

Definition at line 48 of file IDCGroupHelperRegion.h.

◆ getOffsetForEdgePad() [1/2]

int o2::tpc::IDCGroupHelperRegion::getOffsetForEdgePad ( const unsigned int  upad,
const unsigned int  ulrow 
) const
inline
Returns
returns offset of the index for a pad which is not grouped (in the region where mGroupPadsSectorEdges is true). returns for pads near local pad number = 0 negative value and for pads near local pad number = max value positive value
Parameters
upadungrouped pad
ulrowlocal ungrouped row

Definition at line 132 of file IDCGroupHelperRegion.h.

◆ getOffsetForEdgePad() [2/2]

int o2::tpc::IDCGroupHelperRegion::getOffsetForEdgePad ( const unsigned int  upad,
const unsigned int  ulrow,
const unsigned int  groupRows,
const unsigned int  groupPadsSectorEdges,
const unsigned int  region,
const int  lastRow 
)
static
Returns
returns offset of the index for a pad which is not grouped (in the region where mGroupPadsSectorEdges is true). returns for pads near local pad number = 0 negative value and for pads near local pad number = max value positive value
Parameters
upadungrouped pad
ulrowlocal ungrouped row
groupRowsgrouping parameter for number of pads in row direction which are grouped
groupPadsSectorEdgesdecoded number of pads at the sector edges which are not grouped
regionregion
lastRowlast ungrouped row

Definition at line 46 of file IDCGroupHelperRegion.cxx.

◆ getPadsInGroupSectorEdges()

unsigned int o2::tpc::IDCGroupHelperRegion::getPadsInGroupSectorEdges ( const unsigned  indexGroup) const
Returns
returns number of ungrouped pads for grouped pad (example groupPadsSectorEdges=324530: group=0 -> 3, group=1 -> 5, group=2 -> 4...
Parameters
groupindex of the group

Definition at line 171 of file IDCGroupHelperRegion.cxx.

◆ getPadsPerRow() [1/2]

const std::vector< unsigned int > & o2::tpc::IDCGroupHelperRegion::getPadsPerRow ( ) const
inline
Returns
returns number of grouped pads for all rows

Definition at line 55 of file IDCGroupHelperRegion.h.

◆ getPadsPerRow() [2/2]

unsigned int o2::tpc::IDCGroupHelperRegion::getPadsPerRow ( const unsigned int  glrow) const
inline
Returns
returns number of grouped pads
Parameters
rowgrouped local row

Definition at line 52 of file IDCGroupHelperRegion.h.

◆ getRegion()

unsigned int o2::tpc::IDCGroupHelperRegion::getRegion ( ) const
inline
Returns
returns the region for which the IDCs are stored

Definition at line 76 of file IDCGroupHelperRegion.h.

◆ getRowOffset()

const std::vector< unsigned int > & o2::tpc::IDCGroupHelperRegion::getRowOffset ( ) const
inline
Returns
returns offsets for rows to calculate data index

Definition at line 58 of file IDCGroupHelperRegion.h.

◆ getTotalGroupPadsSectorEdges()

unsigned int o2::tpc::IDCGroupHelperRegion::getTotalGroupPadsSectorEdges ( ) const
Returns
returns total number of pads which are grouped separately: calculate sum of all digits in integer value (example: 0: returns 0, 11: returns 2, 321: returns 6)

Definition at line 137 of file IDCGroupHelperRegion.cxx.

◆ initIDCGroupHelperRegion()

void o2::tpc::IDCGroupHelperRegion::initIDCGroupHelperRegion ( )
protected

initialize members

Definition at line 101 of file IDCGroupHelperRegion.cxx.

◆ isSectorEdgePad()

bool o2::tpc::IDCGroupHelperRegion::isSectorEdgePad ( const unsigned int  upad,
const unsigned int  ulrow,
const unsigned int  region,
const unsigned int  groupPadsSectorEdges 
)
static

check if an ungrouped pad is a pad which will be grouped differently (i.e. is defined by mGroupPadsSectorEdges)

Parameters
upadungrouped pad
ulrowungrouped local row
regionregion
groupPadsSectorEdgesdecoded number of pads at the sector edges which are not grouped

Definition at line 41 of file IDCGroupHelperRegion.cxx.

◆ setRows()

void o2::tpc::IDCGroupHelperRegion::setRows ( const unsigned int  nRows)
protected

set number of grouped rows

Definition at line 72 of file IDCGroupHelperRegion.cxx.

Member Data Documentation

◆ mGroupLastPadsThreshold

const unsigned char o2::tpc::IDCGroupHelperRegion::mGroupLastPadsThreshold {}
protected

if the last group (sector edges) consists in pad direction less then mGroupLastPadsThreshold pads then it will be grouped into the previous group

Definition at line 194 of file IDCGroupHelperRegion.h.

◆ mGroupLastRowsThreshold

const unsigned char o2::tpc::IDCGroupHelperRegion::mGroupLastRowsThreshold {}
protected

if the last group (region edges) consists in row direction less then mGroupLastRowsThreshold pads then it will be grouped into the previous group

Definition at line 193 of file IDCGroupHelperRegion.h.

◆ mGroupPads

const unsigned char o2::tpc::IDCGroupHelperRegion::mGroupPads {}
protected

grouping parameter in pad direction (how many pads in pad direction are grouped)

Definition at line 191 of file IDCGroupHelperRegion.h.

◆ mGroupPadsSectorEdges

const unsigned int o2::tpc::IDCGroupHelperRegion::mGroupPadsSectorEdges {}
protected

decoded number of pads at the sector edges which are grouped differently (example: 0: no pads are grouped, 11: first two pads are not grouped, 321: first pad is not grouped, second + third pads are grouped, fourth + fifth + sixth pads are grouped)

Definition at line 195 of file IDCGroupHelperRegion.h.

◆ mGroupRows

const unsigned char o2::tpc::IDCGroupHelperRegion::mGroupRows {}
protected

grouping parameter in pad direction (how many pads in pad direction are grouped)

Definition at line 192 of file IDCGroupHelperRegion.h.

◆ mNIDCsPerCRU

unsigned int o2::tpc::IDCGroupHelperRegion::mNIDCsPerCRU {}
protected

total number of IDCs per CRU per integration interval

Definition at line 197 of file IDCGroupHelperRegion.h.

◆ mOffsRow

std::vector<unsigned int> o2::tpc::IDCGroupHelperRegion::mOffsRow {}
protected

offset to calculate the index in the data from grouped row and grouped pad

Definition at line 200 of file IDCGroupHelperRegion.h.

◆ mPadsPerRow

std::vector<unsigned int> o2::tpc::IDCGroupHelperRegion::mPadsPerRow {}
protected

number of grouped pads per grouped row

Definition at line 199 of file IDCGroupHelperRegion.h.

◆ mRegion

const unsigned int o2::tpc::IDCGroupHelperRegion::mRegion {}
protected

region of input IDCs

Definition at line 196 of file IDCGroupHelperRegion.h.

◆ mRows

unsigned int o2::tpc::IDCGroupHelperRegion::mRows {}
protected

number of grouped rows

Definition at line 198 of file IDCGroupHelperRegion.h.


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