ATLAS Offline Software
Macros
AthAnalysisHelper.cxx File Reference
#include "AthAnalysisBaseComps/AthAnalysisHelper.h"
#include "AthContainers/AuxTypeRegistry.h"
#include "GaudiKernel/AttribStringParser.h"
#include <algorithm>
#include <string>
#include "TROOT.h"
Include dependency graph for AthAnalysisHelper.cxx:

Go to the source code of this file.

Macros

#define PRINT_AE(TYPE)
 

Macro Definition Documentation

◆ PRINT_AE

#define PRINT_AE (   TYPE)
Value:
if(typeinfo==typeid(TYPE)) { \
SG::ConstAccessor<TYPE> acc (aux); \
if (acc.isAvailable(ae)) std::cout << acc(ae) << " (" << #TYPE << ")" << std::endl; \
}
AthenaPoolTestRead.acc
acc
Definition: AthenaPoolTestRead.py:16
TYPE
#define TYPE(CODE, TYP, IOTYP)