ATLAS Offline Software
Loading...
Searching...
No Matches
AuxiliaryMeasurementHandler.cxx File Reference
Include dependency graph for AuxiliaryMeasurementHandler.cxx:

Go to the source code of this file.

Namespaces

namespace  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.).

Macros

#define RECORD_CONTAINER(HANDLE, AUXCONTAINER)

Typedefs

using ContType_t = xAOD::AuxiliaryMeasurementContainer

Macro Definition Documentation

◆ 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 " \
<<HANDLE.fullKey()<<endmsg; \
return StatusCode::FAILURE; \
}
#define endmsg

Definition at line 16 of file AuxiliaryMeasurementHandler.cxx.

16#define RECORD_CONTAINER(HANDLE, AUXCONTAINER) \
17 if (!HANDLE.record(std::make_unique<ContType_t>(), \
18 std::make_unique<AUXCONTAINER>()).isSuccess()){ \
19 m_parent->m_msg<<MSG::FATAL<<"Failed to record " \
20 <<HANDLE.fullKey()<<endmsg; \
21 return StatusCode::FAILURE; \
22 }

Typedef Documentation

◆ ContType_t