![]() |
Project
|
#include <TPCFastTransformQA.h>
Public Member Functions | |
TPCFastTransformQA () | |
_____________ Constructors / destructors __________________________ | |
TPCFastTransformQA (const TPCFastTransformQA &)=delete | |
Copy constructor: disabled. | |
TPCFastTransformQA & | operator= (const TPCFastTransformQA &)=delete |
Assignment operator: disabled. | |
~TPCFastTransformQA ()=default | |
Destructor. | |
int32_t | doQA (long TimeStamp) |
_______________ Main functionality ________________________ | |
int32_t | doQA (const TPCFastTransform &fastTransform) |
create perform quality check | |
The TPCFastTransformQA class does performance check for TPCFastTransformation object
Definition at line 40 of file TPCFastTransformQA.h.
TPCFastTransformQA::TPCFastTransformQA | ( | ) |
_____________ Constructors / destructors __________________________
Default constructor
Definition at line 37 of file TPCFastTransformQA.cxx.
|
delete |
Copy constructor: disabled.
|
default |
Destructor.
int32_t TPCFastTransformQA::doQA | ( | const TPCFastTransform & | fastTransform | ) |
create perform quality check
Definition at line 39 of file TPCFastTransformQA.cxx.
int32_t TPCFastTransformQA::doQA | ( | long | TimeStamp | ) |
_______________ Main functionality ________________________
create fast transformation and perform a quality check
Definition at line 157 of file TPCFastTransformQA.cxx.
|
delete |
Assignment operator: disabled.