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

Macro Definition Documentation

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