#include <type_traits>
#include <xAODMeasurementBase/MeasurementDefs.h>
#include <MuonIdHelpers/IMuonIdHelperSvc.h>
#include <GeoModelHelpers/throwExcept.h>
Go to the source code of this file.
|
| xAOD |
| ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
|
|
| xAOD::ChamberViewConcepts |
| Under the assumption that all measurements in an uncalibrated measurement container are sorted by their IdentifierHash which is the unique hash of the associated ReadoutElement, the UnCalibMeasViewer provides a begin & end iterator where all measurements in between share the same identifierHash.
|
|
| xAOD::ChamberView |
|
◆ BUILD_TRAIT
#define BUILD_TRAIT |
( |
|
traitName, |
|
|
|
conceptPass |
|
) |
| |
Value: template <typename T> struct traitName{}; \
template <conceptPass T>
struct traitName<
T>{
static constexpr
bool value =
true;}; \
template <typename T> requires (!conceptPass <T>)
struct traitName<
T>{
static constexpr
bool value =
false;};
Definition at line 14 of file ChamberViewer.h.