ATLAS Offline Software
sTgcPadAuxContainer_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_STGCPADAUXCONTAINER_V1_H
6 #define XAODMUONPREPDATA_VERSIONS_STGCPADAUXCONTAINER_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<2>::element_type> localPosition{};
27  std::vector<CovAccessor<2>::element_type> localCovariance{};
29  std::vector<uint8_t> author{};
30  std::vector<uint8_t> gasGap{};
31  std::vector<uint16_t> channelNumber{};
32  std::vector<short int> time{};
33  std::vector<int> charge{};
34 
36 };
37 } // namespace xAOD
38 
39 // Set up the StoreGate inheritance for the class:
40 #include "xAODCore/BaseInfo.h"
42 #endif
SG_BASE
SG_BASE(xAOD::sTgcPadAuxContainer_v1, xAOD::AuxContainerBase)
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::sTgcPadAuxContainer_v1::channelNumber
std::vector< uint16_t > channelNumber
Definition: sTgcPadAuxContainer_v1.h:31
xAOD::sTgcPadAuxContainer_v1::identifier
std::vector< DetectorIdentType > identifier
Definition: sTgcPadAuxContainer_v1.h:24
xAOD::sTgcPadAuxContainer_v1::identifierHash
std::vector< DetectorIDHashType > identifierHash
Definition: sTgcPadAuxContainer_v1.h:25
xAOD::sTgcPadAuxContainer_v1::charge
std::vector< int > charge
Definition: sTgcPadAuxContainer_v1.h:33
xAOD::sTgcPadAuxContainer_v1::localPosition
std::vector< PosAccessor< 2 >::element_type > localPosition
Definition: sTgcPadAuxContainer_v1.h:26
xAOD::sTgcPadAuxContainer_v1::localCovariance
std::vector< CovAccessor< 2 >::element_type > localCovariance
Definition: sTgcPadAuxContainer_v1.h:27
xAOD::sTgcPadAuxContainer_v1::author
std::vector< uint8_t > author
Definition: sTgcPadAuxContainer_v1.h:29
MeasurementDefs.h
IdentifierHash.h
xAOD::sTgcPadAuxContainer_v1::gasGap
std::vector< uint8_t > gasGap
Definition: sTgcPadAuxContainer_v1.h:30
xAOD::sTgcPadAuxContainer_v1::sTgcPadAuxContainer_v1
sTgcPadAuxContainer_v1()
Default constructor.
Definition: sTgcPadAuxContainer_v1.cxx:15
xAOD::sTgcPadAuxContainer_v1
Auxiliary store for Mdt drift circles.
Definition: sTgcPadAuxContainer_v1.h:16
xAOD::sTgcPadAuxContainer_v1::time
std::vector< short int > time
Definition: sTgcPadAuxContainer_v1.h:32