class for averaging and grouping only one CRU
More...
#include <IDCAverageGroupBase.h>
|
| 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 |
|
|
IDCGroup | mIDCsGrouped {} |
| grouped and averaged IDC values
|
|
std::vector< RobustAverage > | mRobustAverage |
| ! 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)
|
|
class for averaging and grouping only one CRU
Definition at line 41 of file IDCAverageGroupBase.h.
◆ 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
-
groupPads | number of pads in pad direction which will be grouped |
groupRows | number of pads in row direction which will be grouped |
groupLastRowsThreshold | minimum number of pads in row direction for the last group in row direction |
groupLastPadsThreshold | minimum number of pads in pad direction for the last group in pad direction |
cru | cru index |
nThreads | number of CPU threads used |
Definition at line 51 of file IDCAverageGroupBase.h.
◆ drawGroupedIDCs()
draw grouped IDCs
- Parameters
-
integrationInterval | integration interval for which the IDCs will be drawn |
filename | name 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
-
integrationInterval | integration interval for which the IDCs will be drawn |
filename | name of the output file. If empty the canvas is drawn. |
◆ getCRU()
◆ getIDCGroup()
◆ getIDCGroupData()
◆ getNIntegrationIntervals()
- Returns
- returns number of integration intervals for stored ungrouped IDCs
Definition at line 55 of file IDCAverageGroupBase.h.
◆ getRegion()
◆ getSector()
- Returns
- returns sector of which the IDCs are averaged and grouped
Definition at line 64 of file IDCAverageGroupBase.h.
◆ getUngroupedIDCValGlobal()
- Returns
- returns the stored ungrouped IDC value for global ungrouped pad row and ungrouped pad
- Parameters
-
ugrow | ungrouped global row |
upad | ungrouped pad in pad direction |
integrationInterval | integration interval for which the IDCs will be returned |
Definition at line 83 of file IDCAverageGroupBase.h.
◆ getUngroupedIDCValLocal()
- Returns
- returns the stored ungrouped IDC value for local ungrouped pad row and ungrouped pad
- Parameters
-
ugrow | ungrouped global row |
upad | ungrouped pad in pad direction |
integrationInterval | integration interval for which the IDCs will be returned |
Definition at line 89 of file IDCAverageGroupBase.h.
◆ getUngroupedIndex()
- Returns
- returns index to data from ungrouped pad and row
- Parameters
-
ulrow | ungrouped local row in region |
upad | ungrouped pad in pad direction |
Definition at line 100 of file IDCAverageGroupBase.h.
◆ getUngroupedIndexGlobal()
- Returns
- returns index to data from ungrouped pad and row
- Parameters
-
ugrow | ungrouped global row |
upad | ungrouped 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
-
ugrow | ungrouped global row |
upad | ungrouped pad in pad direction |
integrationInterval | integration interval for which the IDCs will be returned |
Definition at line 95 of file IDCAverageGroupBase.h.
◆ setIDCs() [1/2]
setting the ungrouped IDCs using copy constructor
- Parameters
-
idcs | vector containing the ungrouped IDCs |
◆ setIDCs() [2/2]
setting the ungrouped IDCs using move semantics
- Parameters
-
idcs | vector containing the ungrouped IDCs |
◆ mIDCsGrouped
◆ mIDCsUngrouped
◆ mRobustAverage
◆ mSector
◆ mWeightsPad
◆ mWeightsRow
The documentation for this class was generated from the following file: