ATLAS Offline Software
Loading...
Searching...
No Matches
FileMetaData_v1.cxx File Reference
#include <cmath>
#include <cstdlib>
#include "AthContainers/AuxTypeRegistry.h"
#include "AthContainers/normalizedTypeinfoName.h"
#include "AthContainers/ConstAccessor.h"
#include "xAODMetaData/versions/FileMetaData_v1.h"
#include "FileMetaDataAccessors_v1.h"
#include <iostream>
Include dependency graph for FileMetaData_v1.cxx:

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 PRINT_TYPE(TYPE)
 Helper macro used to print MetaDataType values.

Functions

std::ostream & xAOD::operator<< (std::ostream &out, xAOD::FileMetaData_v1::MetaDataType type)
 This can be used in user code to conveniently print the values of MetaDataType variables in a user friendly manner.

Macro Definition Documentation

◆ 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