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.).
|
|
◆ INIT_CHECK
#define INIT_CHECK |
( |
|
key | ) |
|
◆ RECORD_xAOD
#define RECORD_xAOD |
( |
|
key, |
|
|
|
container, |
|
|
|
auxContainer, |
|
|
|
ctx |
|
) |
| |
Value: { \
SG::WriteHandle handle{
key, ctx}; \
if (!handle.record(std::move(container), \
std::move(auxContainer)).isSuccess()){ \
THROW_EXCEPTION(
"Cannot record "<<
key.fullKey()<<
" backend"); \
} \
}
Definition at line 34 of file TrackContainerHandlesHelper.cxx.