ATLAS Offline Software
PixelClusterAuxContainer_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_PIXELCLUSTERAUXCONTAINER_V1_H
6 #define XAODINDETMEASUREMENT_VERSIONS_PIXELCLUSTERAUXCONTAINER_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<2>::element_type> localPosition;
29  std::vector<CovAccessor<2>::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;
37  std::vector<int> channelsInEta;
38  std::vector<float> widthInEta;
39  std::vector<float> omegaX;
40  std::vector<float> omegaY;
41  std::vector<std::vector<int> > totList;
42  std::vector<int> totalToT;
43  std::vector<std::vector<float> > chargeList;
44  std::vector<float> totalCharge;
45  std::vector<float> energyLoss;
46  std::vector<char> isSplit;
47  std::vector<float> splitProbability1;
48  std::vector<float> splitProbability2;
49  std::vector<int> lvl1a;
51 };
52 } // namespace xAOD
53 
54 // Set up the StoreGate inheritance for the class:
55 #include "xAODCore/BaseInfo.h"
57 
58 #endif // XAODINDETMEASUREMENT_VERSIONS_PIXELCLUSTERAUXCONTAINER_V1_H
xAOD::PixelClusterAuxContainer_v1::localCovariance
std::vector< CovAccessor< 2 >::element_type > localCovariance
Definition: PixelClusterAuxContainer_v1.h:29
xAOD::PixelClusterAuxContainer_v1::channelsInEta
std::vector< int > channelsInEta
Definition: PixelClusterAuxContainer_v1.h:37
xAOD::PixelClusterAuxContainer_v1::splitProbability2
std::vector< float > splitProbability2
Definition: PixelClusterAuxContainer_v1.h:48
xAOD::PixelClusterAuxContainer_v1::lvl1a
std::vector< int > lvl1a
Definition: PixelClusterAuxContainer_v1.h:49
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::PixelClusterAuxContainer_v1::rdoList
std::vector< std::vector< Identifier::value_type > > rdoList
Definition: PixelClusterAuxContainer_v1.h:35
xAOD::PixelClusterAuxContainer_v1::channelsInPhi
std::vector< int > channelsInPhi
Definition: PixelClusterAuxContainer_v1.h:36
xAOD::PixelClusterAuxContainer_v1::PixelClusterAuxContainer_v1
PixelClusterAuxContainer_v1()
Default constructor.
Definition: PixelClusterAuxContainer_v1.cxx:8
xAOD::PixelClusterAuxContainer_v1::isSplit
std::vector< char > isSplit
Definition: PixelClusterAuxContainer_v1.h:46
xAOD::PixelClusterAuxContainer_v1::chargeList
std::vector< std::vector< float > > chargeList
Definition: PixelClusterAuxContainer_v1.h:43
xAOD::PixelClusterAuxContainer_v1::identifier
std::vector< DetectorIdentType > identifier
Definition: PixelClusterAuxContainer_v1.h:26
xAOD::PixelClusterAuxContainer_v1::globalPosition
std::vector< PosAccessor< 3 >::element_type > globalPosition
Definition: PixelClusterAuxContainer_v1.h:34
xAOD::PixelClusterAuxContainer_v1
Auxiliary store for pixel clusters.
Definition: PixelClusterAuxContainer_v1.h:18
xAOD::PixelClusterAuxContainer_v1::omegaX
std::vector< float > omegaX
Definition: PixelClusterAuxContainer_v1.h:39
xAOD::PixelClusterAuxContainer_v1::localPosition
std::vector< PosAccessor< 2 >::element_type > localPosition
Definition: PixelClusterAuxContainer_v1.h:28
xAOD::PixelClusterAuxContainer_v1::splitProbability1
std::vector< float > splitProbability1
Definition: PixelClusterAuxContainer_v1.h:47
MeasurementDefs.h
xAOD::PixelClusterAuxContainer_v1::totList
std::vector< std::vector< int > > totList
Definition: PixelClusterAuxContainer_v1.h:41
xAOD::PixelClusterAuxContainer_v1::totalToT
std::vector< int > totalToT
Definition: PixelClusterAuxContainer_v1.h:42
SG_BASE
SG_BASE(xAOD::PixelClusterAuxContainer_v1, xAOD::AuxContainerBase)
IdentifierHash.h
xAOD::PixelClusterAuxContainer_v1::totalCharge
std::vector< float > totalCharge
Definition: PixelClusterAuxContainer_v1.h:44
xAOD::PixelClusterAuxContainer_v1::omegaY
std::vector< float > omegaY
Definition: PixelClusterAuxContainer_v1.h:40
xAOD::PixelClusterAuxContainer_v1::energyLoss
std::vector< float > energyLoss
Definition: PixelClusterAuxContainer_v1.h:45
xAOD::PixelClusterAuxContainer_v1::identifierHash
std::vector< DetectorIDHashType > identifierHash
Definition: PixelClusterAuxContainer_v1.h:27
xAOD::PixelClusterAuxContainer_v1::widthInEta
std::vector< float > widthInEta
Definition: PixelClusterAuxContainer_v1.h:38