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.
|
◆ RDO_AUXVARIABLE
| #define RDO_AUXVARIABLE |
( |
| 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 9 of file NRPCRDOAuxContainer_v1.cxx.
9#define RDO_AUXVARIABLE(VAR) \
10 do { \
11 static const std::string varName =preFixStr+#VAR; \
12 static const auxid_t auxid = getAuxID(varName, VAR); \
13 regAuxVar(auxid, varName, VAR); \
14 } while (false);