ATLAS Offline Software
sTgcStripAuxContainer_v1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef XAODMUONPREPDATA_VERSIONS_STGCSTRIPAUXCONTAINER_V1_H
6 #define XAODMUONPREPDATA_VERSIONS_STGCSTRIPAUXCONTAINER_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{};
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{};
35  std::vector<std::vector<uint16_t>> stripNumbers{};
36  std::vector<std::vector<short int>> stripTimes{};
37  std::vector<std::vector<int>> stripCharges{};
39  std::vector<uint8_t> quality{};
40 
42 };
43 } // namespace xAOD
44 
45 // Set up the StoreGate inheritance for the class:
46 #include "xAODCore/BaseInfo.h"
48 #endif
xAOD::sTgcStripAuxContainer_v1::time
std::vector< short int > time
Definition: sTgcStripAuxContainer_v1.h:32
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition: AuxContainerBase.h:59
BaseInfo.h
xAOD::sTgcStripAuxContainer_v1::stripNumbers
std::vector< std::vector< uint16_t > > stripNumbers
Definition: sTgcStripAuxContainer_v1.h:35
xAOD::sTgcStripAuxContainer_v1::identifier
std::vector< DetectorIdentType > identifier
Definition: sTgcStripAuxContainer_v1.h:24
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition: ICaloAffectedTool.h:24
xAOD::sTgcStripAuxContainer_v1::stripTimes
std::vector< std::vector< short int > > stripTimes
Definition: sTgcStripAuxContainer_v1.h:36
xAOD::sTgcStripAuxContainer_v1::author
std::vector< uint8_t > author
Definition: sTgcStripAuxContainer_v1.h:29
xAOD::sTgcStripAuxContainer_v1::charge
std::vector< int > charge
Definition: sTgcStripAuxContainer_v1.h:33
xAOD::sTgcStripAuxContainer_v1::channelNumber
std::vector< uint16_t > channelNumber
Definition: sTgcStripAuxContainer_v1.h:31
xAOD::sTgcStripAuxContainer_v1::quality
std::vector< uint8_t > quality
Definition: sTgcStripAuxContainer_v1.h:39
MeasurementDefs.h
SG_BASE
SG_BASE(xAOD::sTgcStripAuxContainer_v1, xAOD::AuxContainerBase)
IdentifierHash.h
xAOD::sTgcStripAuxContainer_v1::stripCharges
std::vector< std::vector< int > > stripCharges
Definition: sTgcStripAuxContainer_v1.h:37
xAOD::sTgcStripAuxContainer_v1::localCovariance
std::vector< CovAccessor< 1 >::element_type > localCovariance
Definition: sTgcStripAuxContainer_v1.h:27
xAOD::sTgcStripAuxContainer_v1
Auxiliary store for Mdt drift circles.
Definition: sTgcStripAuxContainer_v1.h:16
xAOD::sTgcStripAuxContainer_v1::sTgcStripAuxContainer_v1
sTgcStripAuxContainer_v1()
Default constructor.
Definition: sTgcStripAuxContainer_v1.cxx:15
xAOD::sTgcStripAuxContainer_v1::localPosition
std::vector< PosAccessor< 1 >::element_type > localPosition
Definition: sTgcStripAuxContainer_v1.h:26
xAOD::sTgcStripAuxContainer_v1::gasGap
std::vector< uint8_t > gasGap
Definition: sTgcStripAuxContainer_v1.h:30
xAOD::sTgcStripAuxContainer_v1::identifierHash
std::vector< DetectorIDHashType > identifierHash
Definition: sTgcStripAuxContainer_v1.h:25