ATLAS Offline Software
HGTDClusterAuxContainer_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 
6 #ifndef XAODINDETMEASUREMENT_HGTDCLUSTERAUXCONTAINER_V1_H
7 #define XAODINDETMEASUREMENT_HGTDCLUSTERAUXCONTAINER_V1_H
8 
9 #include <vector>
10 
11 #include "Identifier/Identifier.h"
15 
16 
17 namespace xAOD {
20  public:
23 
24  private:
27  std::vector<DetectorIdentType> identifier;
28  std::vector<DetectorIDHashType> identifierHash;
29  std::vector<PosAccessor<3>::element_type> localPosition;
30  std::vector<CovAccessor<3>::element_type> localCovariance;
32 
35  std::vector<std::vector<Identifier::value_type> > rdoList;
36  std::vector<std::vector<int> > totList;
37 
38  };
39 }
40 
41 // Set up the StoreGate inheritance for the class:
42 #include "xAODCore/BaseInfo.h"
44 
45 
46 #endif // XAODINDETMEASUREMENT_HGTDCLUSTERAUXCONTAINER_V1_H
47 
xAOD::HGTDClusterAuxContainer_v1::identifier
std::vector< DetectorIdentType > identifier
Definition: HGTDClusterAuxContainer_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::HGTDClusterAuxContainer_v1
Auxiliary store for HGTD clusters.
Definition: HGTDClusterAuxContainer_v1.h:19
xAOD::HGTDClusterAuxContainer_v1::rdoList
std::vector< std::vector< Identifier::value_type > > rdoList
Definition: HGTDClusterAuxContainer_v1.h:35
xAOD::HGTDClusterAuxContainer_v1::localPosition
std::vector< PosAccessor< 3 >::element_type > localPosition
Definition: HGTDClusterAuxContainer_v1.h:29
MeasurementDefs.h
xAOD::HGTDClusterAuxContainer_v1::identifierHash
std::vector< DetectorIDHashType > identifierHash
Definition: HGTDClusterAuxContainer_v1.h:28
IdentifierHash.h
SG_BASE
SG_BASE(xAOD::HGTDClusterAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::HGTDClusterAuxContainer_v1::totList
std::vector< std::vector< int > > totList
Definition: HGTDClusterAuxContainer_v1.h:36
xAOD::HGTDClusterAuxContainer_v1::HGTDClusterAuxContainer_v1
HGTDClusterAuxContainer_v1()
Default constructor.
Definition: HGTDClusterAuxContainer_v1.cxx:8
xAOD::HGTDClusterAuxContainer_v1::localCovariance
std::vector< CovAccessor< 3 >::element_type > localCovariance
Definition: HGTDClusterAuxContainer_v1.h:30