ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
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. More... | |
#define | DECLARE_UINT_ACCESSOR(TYPE) |
Helper macro for implementing the accessor function. More... | |
#define | DECLARE_FLOAT_ACCESSOR(TYPE) |
Helper macro for implementing the accessor function. More... | |
#define | DECLARE_CHAR_ACCESSOR(TYPE) |
Helper macro for implementing the accessor function. More... | |
Functions | |
const SG::AuxElement::Accessor< std::string > * | xAOD::metaDataTypeStringAccessorV1 (FileMetaData_v1::MetaDataType type) |
Helper function for getting an accessor for a pre-defined property. More... | |
const SG::AuxElement::Accessor< uint32_t > * | xAOD::metaDataTypeUIntAccessorV1 (FileMetaData_v1::MetaDataType type) |
Helper function for getting an accessor for a pre-defined property. More... | |
const SG::AuxElement::Accessor< float > * | xAOD::metaDataTypeFloatAccessorV1 (FileMetaData_v1::MetaDataType type) |
Helper function for getting an accessor for a pre-defined property. More... | |
const SG::AuxElement::Accessor< char > * | xAOD::metaDataTypeCharAccessorV1 (FileMetaData_v1::MetaDataType type) |
Helper function for getting an accessor for a pre-defined property. More... | |
#define DECLARE_CHAR_ACCESSOR | ( | TYPE | ) |
Helper macro for implementing the accessor function.
Definition at line 37 of file FileMetaDataAccessors_v1.cxx.
#define DECLARE_FLOAT_ACCESSOR | ( | TYPE | ) |
Helper macro for implementing the accessor function.
Definition at line 29 of file FileMetaDataAccessors_v1.cxx.
#define DECLARE_STRING_ACCESSOR | ( | TYPE | ) |
Helper macro for implementing the accessor function.
Definition at line 13 of file FileMetaDataAccessors_v1.cxx.
#define DECLARE_UINT_ACCESSOR | ( | TYPE | ) |
Helper macro for implementing the accessor function.
Definition at line 21 of file FileMetaDataAccessors_v1.cxx.