ATLAS Offline Software
Loading...
Searching...
No Matches
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)) { \
if (acc.isAvailable(ae)) std::cout << acc(ae) << " (" << #TYPE << ")" << std::endl; \
}
#define TYPE(CODE, TYP, IOTYP)
Helper class to provide constant type-safe access to aux data.