ATLAS Offline Software
StripClusterAuxContainer_v1.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef XAODINDETMEASUREMENT_VERSIONS_STRIPCLUSTERAUXCONTAINER_V1_H
6 #define XAODINDETMEASUREMENT_VERSIONS_STRIPCLUSTERAUXCONTAINER_V1_H
7 
8 #include <vector>
9 
10 #include "Identifier/Identifier.h"
14 
15 namespace xAOD {
19  public:
22 
23  private:
26  std::vector<DetectorIdentType> identifier;
27  std::vector<DetectorIDHashType> identifierHash;
28  std::vector<PosAccessor<1>::element_type> localPosition;
29  std::vector<CovAccessor<1>::element_type> localCovariance;
31 
34  std::vector<PosAccessor<3>::element_type> globalPosition;
35  std::vector<std::vector<Identifier::value_type> > rdoList;
36  std::vector<int> channelsInPhi;
38 };
39 } // namespace xAOD
40 
41 // Set up the StoreGate inheritance for the class:
42 #include "xAODCore/BaseInfo.h"
44 
45 #endif // XAODINDETMEASUREMENT_VERSIONS_STRIPCLUSTERAUXCONTAINER_V1_H
xAOD::StripClusterAuxContainer_v1::localPosition
std::vector< PosAccessor< 1 >::element_type > localPosition
Definition: StripClusterAuxContainer_v1.h:28
xAOD::StripClusterAuxContainer_v1
Auxiliary store for strip clusters.
Definition: StripClusterAuxContainer_v1.h:18
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::StripClusterAuxContainer_v1::globalPosition
std::vector< PosAccessor< 3 >::element_type > globalPosition
Definition: StripClusterAuxContainer_v1.h:34
xAOD::StripClusterAuxContainer_v1::localCovariance
std::vector< CovAccessor< 1 >::element_type > localCovariance
Definition: StripClusterAuxContainer_v1.h:29
xAOD::StripClusterAuxContainer_v1::rdoList
std::vector< std::vector< Identifier::value_type > > rdoList
Definition: StripClusterAuxContainer_v1.h:35
xAOD::StripClusterAuxContainer_v1::identifierHash
std::vector< DetectorIDHashType > identifierHash
Definition: StripClusterAuxContainer_v1.h:27
xAOD::StripClusterAuxContainer_v1::identifier
std::vector< DetectorIdentType > identifier
Definition: StripClusterAuxContainer_v1.h:26
MeasurementDefs.h
xAOD::StripClusterAuxContainer_v1::StripClusterAuxContainer_v1
StripClusterAuxContainer_v1()
Default constructor.
Definition: StripClusterAuxContainer_v1.cxx:8
SG_BASE
SG_BASE(xAOD::StripClusterAuxContainer_v1, xAOD::AuxContainerBase)
IdentifierHash.h
xAOD::StripClusterAuxContainer_v1::channelsInPhi
std::vector< int > channelsInPhi
Definition: StripClusterAuxContainer_v1.h:36