ATLAS Offline Software
Loading...
Searching...
No Matches
NSWMMTPRDOAuxContainer_v1.cxx File Reference
Include dependency graph for NSWMMTPRDOAuxContainer_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 TPAUX_VARIABLE(VAR)

Macro Definition Documentation

◆ TPAUX_VARIABLE

#define TPAUX_VARIABLE ( VAR)
Value:
do { \
static const std::string varName =preFixStr+#VAR; \
static const auxid_t auxid = getAuxID(varName, VAR); \
regAuxVar(auxid, varName, VAR); \
} while (false);

Definition at line 10 of file NSWMMTPRDOAuxContainer_v1.cxx.

10#define TPAUX_VARIABLE(VAR) \
11 do { \
12 static const std::string varName =preFixStr+#VAR; \
13 static const auxid_t auxid = getAuxID(varName, VAR); \
14 regAuxVar(auxid, varName, VAR); \
15 } while (false);