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.
|
◆ SIM_AUXVARIABLE
| #define SIM_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 12 of file xAODMuonSimHitAuxContainer_v1.cxx.
12#define SIM_AUXVARIABLE(VAR) \
13 do { \
14 static const std::string varName =preFixStr+#VAR; \
15 static const auxid_t auxid = getAuxID(varName, VAR); \
16 regAuxVar(auxid, varName, VAR); \
17 } while (false);