Project
Loading...
Searching...
No Matches
o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU > Class Reference

class for averaging and grouping only one CRU More...

#include <IDCAverageGroupBase.h>

Public Member Functions

 IDCAverageGroupBase (const unsigned char groupPads, const unsigned char groupRows, const unsigned char groupLastRowsThreshold, const unsigned char groupLastPadsThreshold, const unsigned int groupNotnPadsSectorEdges, const unsigned short cru, const int nThreads)
 
unsigned int getNIntegrationIntervals () const
 
unsigned int getRegion () const
 
unsigned int getCRU () const
 
Sector getSector () const
 
void setIDCs (const std::vector< float > &idcs)
 
void setIDCs (std::vector< float > &&idcs)
 
auto getIDCGroupData () &&
 
const auto & getIDCGroup () const
 
float getUngroupedIDCValGlobal (const unsigned int ugrow, const unsigned int upad, const unsigned int integrationInterval) const
 
float getUngroupedIDCValLocal (const unsigned int ulrow, const unsigned int upad, const unsigned int integrationInterval) const
 
float getUngroupedNormedIDCValLocal (const unsigned int ulrow, const unsigned int upad, const unsigned int integrationInterval) const
 
unsigned int getUngroupedIndex (const unsigned int ulrow, const unsigned int upad, const unsigned int integrationInterval) const
 
unsigned int getUngroupedIndexGlobal (const unsigned int ugrow, const unsigned int upad, const unsigned int integrationInterval) const
 
void drawUngroupedIDCs (const unsigned int integrationInterval=0, const std::string filename="IDCsUngrouped.pdf") const
 
void drawGroupedIDCs (const unsigned int integrationInterval=0, const std::string filename="IDCsGrouped.pdf") const
 

Protected Attributes

IDCGroup mIDCsGrouped {}
 grouped and averaged IDC values
 
std::vector< RobustAveragemRobustAverage
 ! object for averaging (each thread will get his one object)
 
std::vector< float > mWeightsPad {}
 storage of the weights in pad direction used if mOverlapPads>0
 
std::vector< float > mWeightsRow {}
 storage of the weights in row direction used if mOverlapRows>0
 
std::vector< float > mIDCsUngrouped {}
 integrated ungrouped IDC values per pad
 
const Sector mSector {}
 sector of averaged and grouped IDCs (used for debugging)
 

Detailed Description

class for averaging and grouping only one CRU

Definition at line 41 of file IDCAverageGroupBase.h.

Constructor & Destructor Documentation

◆ IDCAverageGroupBase()

o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::IDCAverageGroupBase ( const unsigned char  groupPads,
const unsigned char  groupRows,
const unsigned char  groupLastRowsThreshold,
const unsigned char  groupLastPadsThreshold,
const unsigned int  groupNotnPadsSectorEdges,
const unsigned short  cru,
const int  nThreads 
)
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
crucru index
nThreadsnumber of CPU threads used

Definition at line 51 of file IDCAverageGroupBase.h.

Member Function Documentation

◆ drawGroupedIDCs()

void o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::drawGroupedIDCs ( const unsigned int  integrationInterval = 0,
const std::string  filename = "IDCsGrouped.pdf" 
) const
inline

draw grouped IDCs

Parameters
integrationIntervalintegration interval for which the IDCs will be drawn
filenamename of the output file. If empty the canvas is drawn.

Definition at line 115 of file IDCAverageGroupBase.h.

◆ drawUngroupedIDCs()

void o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::drawUngroupedIDCs ( const unsigned int  integrationInterval = 0,
const std::string  filename = "IDCsUngrouped.pdf" 
) const

draw ungrouped IDCs

Parameters
integrationIntervalintegration interval for which the IDCs will be drawn
filenamename of the output file. If empty the canvas is drawn.

◆ getCRU()

unsigned int o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::getCRU ( ) const
inline
Returns
returns the CRU number

Definition at line 61 of file IDCAverageGroupBase.h.

◆ getIDCGroup()

const auto & o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::getIDCGroup ( ) const
inline

Definition at line 77 of file IDCAverageGroupBase.h.

◆ getIDCGroupData()

auto o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::getIDCGroupData ( ) &&
inline
Returns
returns grouped IDC object using move semantics

Definition at line 75 of file IDCAverageGroupBase.h.

◆ getNIntegrationIntervals()

unsigned int o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::getNIntegrationIntervals ( ) const
inline
Returns
returns number of integration intervals for stored ungrouped IDCs

Definition at line 55 of file IDCAverageGroupBase.h.

◆ getRegion()

unsigned int o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::getRegion ( ) const
inline
Returns
returns the region of the IDCs

Definition at line 58 of file IDCAverageGroupBase.h.

◆ getSector()

Sector o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::getSector ( ) const
inline
Returns
returns sector of which the IDCs are averaged and grouped

Definition at line 64 of file IDCAverageGroupBase.h.

◆ getUngroupedIDCValGlobal()

float o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::getUngroupedIDCValGlobal ( const unsigned int  ugrow,
const unsigned int  upad,
const unsigned int  integrationInterval 
) const
inline
Returns
returns the stored ungrouped IDC value for global ungrouped pad row and ungrouped pad
Parameters
ugrowungrouped global row
upadungrouped pad in pad direction
integrationIntervalintegration interval for which the IDCs will be returned

Definition at line 83 of file IDCAverageGroupBase.h.

◆ getUngroupedIDCValLocal()

float o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::getUngroupedIDCValLocal ( const unsigned int  ulrow,
const unsigned int  upad,
const unsigned int  integrationInterval 
) const
inline
Returns
returns the stored ungrouped IDC value for local ungrouped pad row and ungrouped pad
Parameters
ugrowungrouped global row
upadungrouped pad in pad direction
integrationIntervalintegration interval for which the IDCs will be returned

Definition at line 89 of file IDCAverageGroupBase.h.

◆ getUngroupedIndex()

unsigned int o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::getUngroupedIndex ( const unsigned int  ulrow,
const unsigned int  upad,
const unsigned int  integrationInterval 
) const
inline
Returns
returns index to data from ungrouped pad and row
Parameters
ulrowungrouped local row in region
upadungrouped pad in pad direction

Definition at line 100 of file IDCAverageGroupBase.h.

◆ getUngroupedIndexGlobal()

unsigned int o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::getUngroupedIndexGlobal ( const unsigned int  ugrow,
const unsigned int  upad,
const unsigned int  integrationInterval 
) const
inline
Returns
returns index to data from ungrouped pad and row
Parameters
ugrowungrouped global row
upadungrouped pad in pad direction

Definition at line 105 of file IDCAverageGroupBase.h.

◆ getUngroupedNormedIDCValLocal()

float o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::getUngroupedNormedIDCValLocal ( const unsigned int  ulrow,
const unsigned int  upad,
const unsigned int  integrationInterval 
) const
inline
Returns
returns the stored ungrouped IDC value normalized to the pad size for local ungrouped pad row and ungrouped pad
Parameters
ugrowungrouped global row
upadungrouped pad in pad direction
integrationIntervalintegration interval for which the IDCs will be returned

Definition at line 95 of file IDCAverageGroupBase.h.

◆ setIDCs() [1/2]

void o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::setIDCs ( const std::vector< float > &  idcs)

setting the ungrouped IDCs using copy constructor

Parameters
idcsvector containing the ungrouped IDCs

◆ setIDCs() [2/2]

void o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::setIDCs ( std::vector< float > &&  idcs)

setting the ungrouped IDCs using move semantics

Parameters
idcsvector containing the ungrouped IDCs

Member Data Documentation

◆ mIDCsGrouped

IDCGroup o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::mIDCsGrouped {}
protected

grouped and averaged IDC values

Definition at line 118 of file IDCAverageGroupBase.h.

◆ mIDCsUngrouped

std::vector<float> o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::mIDCsUngrouped {}
protected

integrated ungrouped IDC values per pad

Definition at line 122 of file IDCAverageGroupBase.h.

◆ mRobustAverage

std::vector<RobustAverage> o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::mRobustAverage
protected

! object for averaging (each thread will get his one object)

Definition at line 119 of file IDCAverageGroupBase.h.

◆ mSector

const Sector o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::mSector {}
protected

sector of averaged and grouped IDCs (used for debugging)

Definition at line 123 of file IDCAverageGroupBase.h.

◆ mWeightsPad

std::vector<float> o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::mWeightsPad {}
protected

storage of the weights in pad direction used if mOverlapPads>0

Definition at line 120 of file IDCAverageGroupBase.h.

◆ mWeightsRow

std::vector<float> o2::tpc::IDCAverageGroupBase< IDCAverageGroupCRU >::mWeightsRow {}
protected

storage of the weights in row direction used if mOverlapRows>0

Definition at line 121 of file IDCAverageGroupBase.h.


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