![]() |
Project
|
#include <SpaceChargeHelpers.h>
Public Member Functions | |
DistCorrInterpolator (const DataContainer &dataDistCorrdR, const DataContainer &dataDistCorrdZ, const DataContainer &dataDistCorrdRPhi, const RegularGrid &gridProperties, const o2::tpc::Side side) | |
DataT | evaldR (const DataT z, const DataT r, const DataT phi) const |
DataT | evaldZ (const DataT z, const DataT r, const DataT phi) const |
DataT | evaldRPhi (const DataT z, const DataT r, const DataT phi) const |
o2::tpc::Side | getSide () const |
Static Public Member Functions | |
static constexpr unsigned int | getID () |
This class gives tricubic interpolation of the local distortions or corrections. The the local distortions or corrections can be used to calculate the global distortions/corrections.
Definition at line 377 of file SpaceChargeHelpers.h.
|
inline |
constructor
dataDistCorrdR | container for the data of the distortions dR |
dataDistCorrdZ | container for the data of the distortions dZ |
dataDistCorrdRPhi | container for the data of the distortions dPhi |
gridProperties | properties of the grid |
side | side of the tpc |
Definition at line 390 of file SpaceChargeHelpers.h.
|
inline |
r | r coordinate |
phi | phi coordinate |
z | z coordinate |
Definition at line 397 of file SpaceChargeHelpers.h.
|
inline |
r | r coordinate |
phi | phi coordinate |
z | z coordinate |
Definition at line 409 of file SpaceChargeHelpers.h.
|
inline |
r | r coordinate |
phi | phi coordinate |
z | z coordinate |
Definition at line 403 of file SpaceChargeHelpers.h.
|
inlinestaticconstexpr |
Definition at line 413 of file SpaceChargeHelpers.h.
|
inline |
Definition at line 411 of file SpaceChargeHelpers.h.