![]() |
Project
|
#include <TPCFastTransformManager.h>
Public Member Functions | |
| TPCFastTransformManager () | |
| _____________ Constructors / destructors __________________________ | |
| TPCFastTransformManager (const TPCFastTransformManager &)=delete | |
| Copy constructor: disabled. | |
| TPCFastTransformManager & | operator= (const TPCFastTransformManager &)=delete |
| Assignment operator: disabled. | |
| ~TPCFastTransformManager ()=default | |
| Destructor. | |
| int32_t | create (TPCFastTransform &spline, AliTPCTransform *transform, long TimeStamp) |
| _______________ Main functionality ________________________ | |
| Int_t | updateCalibration (TPCFastTransform &spline, long TimeStamp) |
| Updates the transformation with the new time stamp. | |
| AliTPCTransform * | getOriginalTransform () |
| _______________ Utilities ________________________ | |
| const char * | getLastError () const |
| Gives error string. | |
The TPCFastTransformManager class is to initialize TPCFastTransformation object
Definition at line 37 of file TPCFastTransformManager.h.
| TPCFastTransformManager::TPCFastTransformManager | ( | ) |
_____________ Constructors / destructors __________________________
Default constructor
Definition at line 28 of file TPCFastTransformManager.cxx.
|
delete |
Copy constructor: disabled.
|
default |
Destructor.
| int32_t TPCFastTransformManager::create | ( | TPCFastTransform & | spline, |
| AliTPCTransform * | transform, | ||
| long | TimeStamp | ||
| ) |
_______________ Main functionality ________________________
Initializes TPCFastTransform object
Initializes TPCFastTransform object
Definition at line 31 of file TPCFastTransformManager.cxx.
|
inline |
Gives error string.
Definition at line 67 of file TPCFastTransformManager.h.
|
inline |
_______________ Utilities ________________________
Definition at line 64 of file TPCFastTransformManager.h.
|
delete |
Assignment operator: disabled.
| int32_t TPCFastTransformManager::updateCalibration | ( | TPCFastTransform & | spline, |
| long | TimeStamp | ||
| ) |
Updates the transformation with the new time stamp.
Definition at line 155 of file TPCFastTransformManager.cxx.