Go to the source code of this file.
|
| ActsTrk |
| The AlignStoreProviderAlg loads the rigid alignment corrections and pipes them through the readout geometry to cache the final transformations of the sensor surfaces associated to one particular detector technology (Pixel, Sct, etc.).
|
|
◆ RECORD_CONTAINER
#define RECORD_CONTAINER |
( |
|
HANDLE, |
|
|
|
AUXCONTAINER |
|
) |
| |
Value: if (!HANDLE.record(std::make_unique<ContType_t>(), \
std::make_unique<AUXCONTAINER>()).isSuccess()){ \
m_parent->m_msg<<
MSG::FATAL<<
"Failed to record " \
return StatusCode::FAILURE; \
}
Definition at line 17 of file AuxiliaryMeasurementHandler.cxx.
◆ ContType_t