ATLAS Offline Software
TgcStripAuxContainer_v1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef XAODMUONPREPDATA_VERSIONS_TGCSTRIPAUXCONTAINER_V1_H
6 #define XAODMUONPREPDATA_VERSIONS_TGCSTRIPAUXCONTAINER_V1_H
7 
8 #include "Identifier/Identifier.h"
12 
13 namespace xAOD {
17  public:
20 
21  private:
24  std::vector<DetectorIdentType> identifier{};
25  std::vector<DetectorIDHashType> identifierHash{};
26  std::vector<PosAccessor<1>::element_type> localPosition{};
27  std::vector<CovAccessor<1>::element_type> localCovariance{};
28 
29  std::vector<uint16_t> bcBitMap{};
30 
31  std::vector<uint16_t> channelNumber{};
32  std::vector<uint8_t> gasGap{};
33  std::vector<uint8_t> measuresPhi{};
35 };
36 } // namespace xAOD
37 
38 // Set up the StoreGate inheritance for the class:
39 #include "xAODCore/BaseInfo.h"
41 #endif
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
Auxiliary store for Mdt drift circles.
Definition: TgcStripAuxContainer_v1.h:16
xAOD::TgcStripAuxContainer_v1::localCovariance
std::vector< CovAccessor< 1 >::element_type > localCovariance
Definition: TgcStripAuxContainer_v1.h:27
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
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
xAOD::TgcStripAuxContainer_v1::identifier
std::vector< DetectorIdentType > identifier
Definition: TgcStripAuxContainer_v1.h:24
SG_BASE
SG_BASE(xAOD::TgcStripAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::TgcStripAuxContainer_v1::measuresPhi
std::vector< uint8_t > measuresPhi
Definition: TgcStripAuxContainer_v1.h:33
xAOD::TgcStripAuxContainer_v1::bcBitMap
std::vector< uint16_t > bcBitMap
Definition: TgcStripAuxContainer_v1.h:29
MeasurementDefs.h
IdentifierHash.h
xAOD::TgcStripAuxContainer_v1::identifierHash
std::vector< DetectorIDHashType > identifierHash
Definition: TgcStripAuxContainer_v1.h:25