ATLAS Offline Software
Loading...
Searching...
No Matches
xAODMuonSimHitAuxContainer_v1.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5// EDM include(s):
7// Local include(s):
9namespace{
10 static const std::string preFixStr{"MuSim_"};
11}
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);
18namespace xAOD {
33} // namespace xAOD
34#undef SIM_AUXVARIABLE
#define AUX_MEASUREMENTVAR(VAR, DIM)
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
std::vector< unsigned short > mcEventIndex
Information needed to save the HEPMC particle link.
std::vector< std::array< float, 3 > > localPosition
std::vector< Identifier::value_type > identifier
std::vector< std::array< float, 3 > > localDirection
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
#define SIM_AUXVARIABLE(VAR)