Go to the source code of this file.
|
| namespace | xAOD |
| | ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
|
|
| #define | PRINT_TYPE(TYPE) |
| | Helper macro used to print MetaDataType values.
|
◆ PRINT_TYPE
| #define PRINT_TYPE |
( |
| TYPE | ) |
|
Value: case xAOD::FileMetaData_v1::TYPE: \
out <<
"xAOD::FileMetaData::" << #
TYPE; \
break
#define TYPE(CODE, TYP, IOTYP)
Helper macro used to print MetaDataType values.
Definition at line 486 of file FileMetaData_v1.cxx.
486#define PRINT_TYPE( TYPE ) \
487 case xAOD::FileMetaData_v1::TYPE: \
488 out << "xAOD::FileMetaData::" << #TYPE; \
489 break