ATLAS Offline Software
sTgcWireAuxContainer_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 #ifndef XAODMUONPREPDATA_VERSIONS_STGCWIREAUXCONTAINER_V1_H
5 #define XAODMUONPREPDATA_VERSIONS_STGCWIREAUXCONTAINER_V1_H
6 
7 #include "Identifier/Identifier.h"
11 
12 namespace xAOD {
16  public:
19 
20  private:
23  std::vector<DetectorIdentType> identifier{};
24  std::vector<DetectorIDHashType> identifierHash{};
25  std::vector<PosAccessor<1>::element_type> localPosition{};
26  std::vector<CovAccessor<1>::element_type> localCovariance{};
28  std::vector<uint8_t> author{};
29  std::vector<uint8_t> gasGap{};
30  std::vector<uint16_t> channelNumber{};
31  std::vector<short int> time{};
32  std::vector<int> charge{};
34 };
35 } // namespace xAOD
36 
37 // Set up the StoreGate inheritance for the class:
38 #include "xAODCore/BaseInfo.h"
40 #endif
SG_BASE
SG_BASE(xAOD::sTgcWireAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::sTgcWireAuxContainer_v1::time
std::vector< short int > time
Definition: sTgcWireAuxContainer_v1.h:31
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::sTgcWireAuxContainer_v1::localPosition
std::vector< PosAccessor< 1 >::element_type > localPosition
Definition: sTgcWireAuxContainer_v1.h:25
xAOD::sTgcWireAuxContainer_v1::sTgcWireAuxContainer_v1
sTgcWireAuxContainer_v1()
Default constructor.
Definition: sTgcWireAuxContainer_v1.cxx:15
xAOD::sTgcWireAuxContainer_v1::gasGap
std::vector< uint8_t > gasGap
Definition: sTgcWireAuxContainer_v1.h:29
xAOD::sTgcWireAuxContainer_v1::identifierHash
std::vector< DetectorIDHashType > identifierHash
Definition: sTgcWireAuxContainer_v1.h:24
MeasurementDefs.h
xAOD::sTgcWireAuxContainer_v1::author
std::vector< uint8_t > author
Definition: sTgcWireAuxContainer_v1.h:28
IdentifierHash.h
xAOD::sTgcWireAuxContainer_v1::identifier
std::vector< DetectorIdentType > identifier
Definition: sTgcWireAuxContainer_v1.h:23
xAOD::sTgcWireAuxContainer_v1::charge
std::vector< int > charge
Definition: sTgcWireAuxContainer_v1.h:32
xAOD::sTgcWireAuxContainer_v1
Auxiliary store for Mdt drift circles.
Definition: sTgcWireAuxContainer_v1.h:15
xAOD::sTgcWireAuxContainer_v1::channelNumber
std::vector< uint16_t > channelNumber
Definition: sTgcWireAuxContainer_v1.h:30
xAOD::sTgcWireAuxContainer_v1::localCovariance
std::vector< CovAccessor< 1 >::element_type > localCovariance
Definition: sTgcWireAuxContainer_v1.h:26