Project
Loading...
Searching...
No Matches
o2::gpu::TPCFastSpaceChargeCorrectionMap Class Reference

#include <TPCFastSpaceChargeCorrectionMap.h>

Classes

struct  CorrectionPoint
 The struct contains necessary info for TPC padrow. More...
 

Public Member Functions

 TPCFastSpaceChargeCorrectionMap (int32_t nRocs, int32_t nRows)
 _____________ Constructors / destructors __________________________
 
 ~TPCFastSpaceChargeCorrectionMap ()=default
 Destructor.
 
void init (int32_t nRocs, int32_t nRows)
 (re-)init the map
 
void addCorrectionPoint (int32_t iRoc, int32_t iRow, double y, double z, double dx, double dy, double dz)
 Starts the construction procedure, reserves temporary memory.
 
const std::vector< CorrectionPoint > & getPoints (int32_t iRoc, int32_t iRow) const
 
int32_t getNrocs () const
 
int32_t getNrows () const
 
bool isInitialized () const
 

Detailed Description

The TPCFastSpaceChargeCorrectionMap class represents a maps of corrections of nominal coordinates of TPC clusters

Row, U, V -> dX,dU,dV

It is used by TPCFastSpoaceChargeCorrectionHelper

The class is flat C structure. No virtual methods, no ROOT types are used.

Definition at line 38 of file TPCFastSpaceChargeCorrectionMap.h.

Constructor & Destructor Documentation

◆ TPCFastSpaceChargeCorrectionMap()

o2::gpu::TPCFastSpaceChargeCorrectionMap::TPCFastSpaceChargeCorrectionMap ( int32_t  nRocs,
int32_t  nRows 
)
inline

_____________ Constructors / destructors __________________________

Default constructor: creates an empty uninitialized object

Definition at line 52 of file TPCFastSpaceChargeCorrectionMap.h.

◆ ~TPCFastSpaceChargeCorrectionMap()

o2::gpu::TPCFastSpaceChargeCorrectionMap::~TPCFastSpaceChargeCorrectionMap ( )
default

Destructor.

Member Function Documentation

◆ addCorrectionPoint()

void o2::gpu::TPCFastSpaceChargeCorrectionMap::addCorrectionPoint ( int32_t  iRoc,
int32_t  iRow,
double  y,
double  z,
double  dx,
double  dy,
double  dz 
)
inline

Starts the construction procedure, reserves temporary memory.

Definition at line 73 of file TPCFastSpaceChargeCorrectionMap.h.

◆ getNrocs()

int32_t o2::gpu::TPCFastSpaceChargeCorrectionMap::getNrocs ( ) const
inline

Definition at line 88 of file TPCFastSpaceChargeCorrectionMap.h.

◆ getNrows()

int32_t o2::gpu::TPCFastSpaceChargeCorrectionMap::getNrows ( ) const
inline

Definition at line 90 of file TPCFastSpaceChargeCorrectionMap.h.

◆ getPoints()

const std::vector< CorrectionPoint > & o2::gpu::TPCFastSpaceChargeCorrectionMap::getPoints ( int32_t  iRoc,
int32_t  iRow 
) const
inline

Definition at line 82 of file TPCFastSpaceChargeCorrectionMap.h.

◆ init()

void o2::gpu::TPCFastSpaceChargeCorrectionMap::init ( int32_t  nRocs,
int32_t  nRows 
)
inline

(re-)init the map

Definition at line 61 of file TPCFastSpaceChargeCorrectionMap.h.

◆ isInitialized()

bool o2::gpu::TPCFastSpaceChargeCorrectionMap::isInitialized ( ) const
inline

Definition at line 92 of file TPCFastSpaceChargeCorrectionMap.h.


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