![]() |
ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
| namespace | xAOD |
| ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region. | |
Macros | |
| #define | DECLARE_STRING_ACCESSOR(TYPE) |
| Helper macro for implementing the accessor function. | |
| #define | DECLARE_UINT_ACCESSOR(TYPE) |
| Helper macro for implementing the accessor function. | |
| #define | DECLARE_FLOAT_ACCESSOR(TYPE) |
| Helper macro for implementing the accessor function. | |
| #define | DECLARE_CHAR_ACCESSOR(TYPE) |
| Helper macro for implementing the accessor function. | |
Functions | |
| const SG::AuxElement::Accessor< std::string > * | xAOD::metaDataTypeStringAccessorV1 (FileMetaData_v1::MetaDataType type) |
| Helper function for getting an accessor for a pre-defined property. | |
| const SG::AuxElement::Accessor< uint32_t > * | xAOD::metaDataTypeUIntAccessorV1 (FileMetaData_v1::MetaDataType type) |
| Helper function for getting an accessor for a pre-defined property. | |
| const SG::AuxElement::Accessor< float > * | xAOD::metaDataTypeFloatAccessorV1 (FileMetaData_v1::MetaDataType type) |
| Helper function for getting an accessor for a pre-defined property. | |
| const SG::AuxElement::Accessor< char > * | xAOD::metaDataTypeCharAccessorV1 (FileMetaData_v1::MetaDataType type) |
| Helper function for getting an accessor for a pre-defined property. | |
| #define DECLARE_CHAR_ACCESSOR | ( | TYPE | ) |
Helper macro for implementing the accessor function.
Definition at line 36 of file FileMetaDataAccessors_v1.cxx.
| #define DECLARE_FLOAT_ACCESSOR | ( | TYPE | ) |
Helper macro for implementing the accessor function.
Definition at line 28 of file FileMetaDataAccessors_v1.cxx.
| #define DECLARE_STRING_ACCESSOR | ( | TYPE | ) |
Helper macro for implementing the accessor function.
Definition at line 12 of file FileMetaDataAccessors_v1.cxx.
| #define DECLARE_UINT_ACCESSOR | ( | TYPE | ) |
Helper macro for implementing the accessor function.
Definition at line 20 of file FileMetaDataAccessors_v1.cxx.