ATLAS Offline Software
TgcStripAuxContainer_v1.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // EDM include(s):
7 // Local include(s):
9 
10 namespace {
11  static const std::string preFixStr{"Tgc_"};
12 }
13 
14 namespace xAOD {
16  : AuxContainerBase() {
20 
23 
24 
26 
30 }
31 } // namespace xAOD
32 #undef PRD_AUXVARIABLE
xAOD::TgcStripAuxContainer_v1::localPosition
std::vector< PosAccessor< 1 >::element_type > localPosition
Definition: TgcStripAuxContainer_v1.h:26
xAOD::TgcStripAuxContainer_v1::TgcStripAuxContainer_v1
TgcStripAuxContainer_v1()
Default constructor.
Definition: TgcStripAuxContainer_v1.cxx:15
xAOD::TgcStripAuxContainer_v1::localCovariance
std::vector< CovAccessor< 1 >::element_type > localCovariance
Definition: TgcStripAuxContainer_v1.h:27
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::TgcStripAuxContainer_v1::gasGap
std::vector< uint8_t > gasGap
Definition: TgcStripAuxContainer_v1.h:32
xAOD::TgcStripAuxContainer_v1::channelNumber
std::vector< uint16_t > channelNumber
Definition: TgcStripAuxContainer_v1.h:31
TgcStripAuxContainer_v1.h
xAOD::TgcStripAuxContainer_v1::identifier
std::vector< DetectorIdentType > identifier
Definition: TgcStripAuxContainer_v1.h:24
AccessorMacros.h
xAOD::TgcStripAuxContainer_v1::measuresPhi
std::vector< uint8_t > measuresPhi
Definition: TgcStripAuxContainer_v1.h:33
AUX_VARIABLE
#define AUX_VARIABLE(VAR,...)
Convenience macro for declaring an auxiliary variable.
Definition: AuxVariable.h:23
xAOD::TgcStripAuxContainer_v1::bcBitMap
std::vector< uint16_t > bcBitMap
Definition: TgcStripAuxContainer_v1.h:29
PRD_AUXVARIABLE
#define PRD_AUXVARIABLE(VAR)
Macro to declare the variables belonging to the AuxElementContainer.
Definition: AccessorMacros.h:85
xAOD::TgcStripAuxContainer_v1::identifierHash
std::vector< DetectorIDHashType > identifierHash
Definition: TgcStripAuxContainer_v1.h:25
AUX_MEASUREMENTVAR
#define AUX_MEASUREMENTVAR(VAR, DIM)
Definition: MeasurementDefs.h:13