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

Macro Definition Documentation

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