![]() |
Project
|
#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 |
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.
|
inline |
_____________ Constructors / destructors __________________________
Default constructor: creates an empty uninitialized object
Definition at line 52 of file TPCFastSpaceChargeCorrectionMap.h.
|
default |
Destructor.
|
inline |
Starts the construction procedure, reserves temporary memory.
Definition at line 73 of file TPCFastSpaceChargeCorrectionMap.h.
|
inline |
Definition at line 88 of file TPCFastSpaceChargeCorrectionMap.h.
|
inline |
Definition at line 90 of file TPCFastSpaceChargeCorrectionMap.h.
|
inline |
Definition at line 82 of file TPCFastSpaceChargeCorrectionMap.h.
|
inline |
(re-)init the map
Definition at line 61 of file TPCFastSpaceChargeCorrectionMap.h.
|
inline |
Definition at line 92 of file TPCFastSpaceChargeCorrectionMap.h.