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.
|
◆ 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);